waypointForceBehaviour: Difference between revisions
Jump to navigation
Jump to search
Pennyworth (talk | contribs) (Added setWaypointForceBehaviour, setWaypointBehaviour, waypointBehaviour, Behaviour Description to see also) |
m (format + parameter) |
||
Line 13: | Line 13: | ||
| [[waypointForceBehaviour]] waypoint; |= Syntax | | [[waypointForceBehaviour]] waypoint; |= Syntax | ||
|p1= | |p1= waypoint: [[Waypoint]] - format <nowiki>[</nowiki>[[Group]], ''index''] |= Parameter 1 | ||
| [[ | | [[Boolean]] - is forced |= Return Value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 09:41, 6 August 2016
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]]