setWaypointBehaviour: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETWAYPOINTBEHAVIOUR]]
[[Category:Scripting Commands ArmA|SETWAYPOINTBEHAVIOUR]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint'' setWaypointBehaviour ''mode'''''</h2>


<h2 style="color:#000066">''''' setWaypointBehaviour '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''waypoint:''' [[Array]]
 
'''mode:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''


Switches the unit behaviour when the waypoint becomes active. Possible values are: "UNCHANGED", "CARELESS", "SAFE", "AWARE", "COMBAT" and "STEALTH".


'''Example:'''
'''Example:'''
[grp, 2] '''setWaypointBehaviour''' "AWARE"

Revision as of 17:42, 4 July 2006


waypoint setWaypointBehaviour mode


Operand types:

waypoint: Array

mode: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Switches the unit behaviour when the waypoint becomes active. Possible values are: "UNCHANGED", "CARELESS", "SAFE", "AWARE", "COMBAT" and "STEALTH".

Example:

[grp, 2] setWaypointBehaviour "AWARE"