setWaypointForceBehaviour: Difference between revisions
Jump to navigation
Jump to search
m (format) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Forces the behavior of waypoint, disables AUTOCOMBAT. |= | | Forces the behavior of waypoint, disables AUTOCOMBAT. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| waypoint [[setWaypointForceBehaviour]] state |= | | waypoint [[setWaypointForceBehaviour]] state |SYNTAX= | ||
|p1= waypoint: [[Waypoint]] - format <nowiki>[</nowiki>[[Group]], ''index''] |= | |p1= waypoint: [[Waypoint]] - format <nowiki>[</nowiki>[[Group]], ''index''] |PARAMETER1= | ||
|p2= state: [[Boolean]] - Force or not | |p2= state: [[Boolean]] - Force or not | ||
| Nothing |= | | Nothing |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[grp, 2] [[setWaypointForceBehaviour]] [[true]];</code> |= | |x1= <code>[grp, 2] [[setWaypointForceBehaviour]] [[true]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[waypointForceBehaviour]], [[setWaypointBehaviour]], [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]] |= | | [[waypointForceBehaviour]], [[setWaypointBehaviour]], [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]] |SEEALSO= | ||
}} | }} |
Revision as of 14:48, 7 April 2019
Description
- Description:
- Forces the behavior of waypoint, disables AUTOCOMBAT.
- Groups:
- Uncategorised
Syntax
- Syntax:
- waypoint setWaypointForceBehaviour state
- Parameters:
- waypoint: Waypoint - format [Group, index]
- state: Boolean - Force or not
- Return Value:
- Nothing
Examples
- Example 1:
[grp, 2] setWaypointForceBehaviour true;
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 | SETWAYPOINTFORCEBEHAVIOUR]][[ Category: a3: Scripting Commands | SETWAYPOINTFORCEBEHAVIOUR]]