setWaypointBehaviour: Difference between revisions
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]] | ||
<h2 style="color:#000066">'''''waypoint'' setWaypointBehaviour ''mode'''''</h2> | |||
'''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 16:42, 4 July 2006
waypoint setWaypointBehaviour mode
Operand types:
waypoint: Array
mode: String
Type of returned value:
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"