waypointForceBehaviour: Difference between revisions
Jump to navigation
Jump to search
m (format + parameter) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns true if the waypoint behavior is forced. |= | | Returns true if the waypoint behavior is forced. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[waypointForceBehaviour]] waypoint; |= | | [[waypointForceBehaviour]] waypoint; |SYNTAX= | ||
|p1= waypoint: [[Waypoint]] - format <nowiki>[</nowiki>[[Group]], ''index''] |= | |p1= waypoint: [[Waypoint]] - format <nowiki>[</nowiki>[[Group]], ''index''] |PARAMETER1= | ||
| [[Boolean]] - is forced |= | | [[Boolean]] - is forced |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_isForced = [[waypointForceBehaviour]] [groupOne, 1];</code> |= | |x1= <code>_isForced = [[waypointForceBehaviour]] [groupOne, 1];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setWaypointForceBehaviour]], [[setWaypointBehaviour]], [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]] |= | | [[setWaypointForceBehaviour]], [[setWaypointBehaviour]], [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]] |SEEALSO= | ||
}} | }} |
Revision as of 14:51, 7 April 2019
Description
- Description:
- Returns true if the waypoint behavior is forced.
- Groups:
- Uncategorised
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]]