waypointForceBehaviour: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
|a3|= Game | |a3|= Game | ||
Line 8: | Line 7: | ||
|gr1= Waypoints |GROUP1= | |gr1= Waypoints |GROUP1= | ||
| Returns true if the waypoint behavior is forced. |DESCRIPTION= | | Returns true if the waypoint behavior is forced. |DESCRIPTION= | ||
| [[waypointForceBehaviour]] waypoint; |SYNTAX= | | [[waypointForceBehaviour]] waypoint; |SYNTAX= | ||
Line 19: | Line 16: | ||
| [[Boolean]] - is forced |RETURNVALUE= | | [[Boolean]] - is forced |RETURNVALUE= | ||
|x1= <code>_isForced = [[waypointForceBehaviour]] [groupOne, 1];</code> |EXAMPLE1= | |x1= <code>_isForced = [[waypointForceBehaviour]] [groupOne, 1];</code> |EXAMPLE1= | ||
| [[setWaypointForceBehaviour]], [[setWaypointBehaviour]], [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]] |SEEALSO= | | [[setWaypointForceBehaviour]], [[setWaypointBehaviour]], [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]] |SEEALSO= |
Revision as of 04:19, 17 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]]