setWaypointCombatMode

From Bohemia Interactive Community
Revision as of 22:52, 4 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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"