waypointForceBehaviour: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|a3|= Game | |a3|= Game | ||
|1.58 | |1.58 | ||
|gr1= Waypoints | |gr1= Waypoints | ||
| Returns true if the waypoint behavior is forced. | | Returns true if the waypoint behavior is forced. | ||
| [[waypointForceBehaviour]] waypoint; | | [[waypointForceBehaviour]] waypoint; | ||
|p1= waypoint: [[Waypoint]] - format [<nowiki/>[[Group]], ''index''] | |p1= waypoint: [[Waypoint]] - format [<nowiki/>[[Group]], ''index''] | ||
| [[Boolean]] - is forced | | [[Boolean]] - is forced | ||
|x1= <code>_isForced = [[waypointForceBehaviour]] [groupOne, 1];</code> | |x1= <code>_isForced = [[waypointForceBehaviour]] [groupOne, 1];</code> | ||
| [[setWaypointForceBehaviour]], [[setWaypointBehaviour]], [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]] | | [[setWaypointForceBehaviour]], [[setWaypointBehaviour]], [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]] | ||
}} | }} |
Revision as of 11:40, 18 January 2021
Description
- Description:
- Returns true if the waypoint behavior is forced.
- Groups:
- Waypoints
Syntax
- Syntax:
- waypointForceBehaviour waypoint;
- Parameters:
- waypoint: Waypoint - format [Group, index]
- Return Value:
- Boolean - is forced
Examples
- Example 1:
_isForced = waypointForceBehaviour [groupOne, 1];
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
[[Category:Introduced with a3 version 1.58]][[ Category: a3: New Scripting Commands | WAYPOINTFORCEBEHAVIOUR]][[ Category: a3: Scripting Commands | WAYPOINTFORCEBEHAVIOUR]]