setWaypointCombatMode: 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|SETWAYPOINTCOMBATMODE]]
[[Category:Scripting Commands ArmA|SETWAYPOINTCOMBATMODE]]


<new command not populated>


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


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


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


'''Operand types:'''
'''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 22:52, 4 July 2006


waypoint setWaypointCombatMode mode


Operand types:

waypoint: Array

mode: String

Type of returned value:

Nothing

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"