setWaypointCombatMode: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETWAYPOINTCOMBATMODE]] | [[Category:Scripting Commands ArmA|SETWAYPOINTCOMBATMODE]] | ||
<h2 style="color:#000066">'''''waypoint'' setWaypointCombatMode ''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:''' | ||
The group combat mode is switched when the waypoint becomes active. | |||
Possible values are: "NO CHANGE", "BLUE", "GREEN", "WHITE", "YELLOW" and "RED". | |||
'''Example:''' | '''Example:''' | ||
[grp, 2] '''setWaypointCombatMode''' "RED" |
Revision as of 21:52, 4 July 2006
waypoint setWaypointCombatMode mode
Operand types:
waypoint: Array
mode: String
Type of returned value:
Compatibility:
Version 1.86 required.
Description:
The group combat mode is switched when the waypoint becomes active.
Possible values are: "NO CHANGE", "BLUE", "GREEN", "WHITE", "YELLOW" and "RED".
Example:
[grp, 2] setWaypointCombatMode "RED"