setWaypointCombatMode

From Bohemia Interactive Community
Revision as of 00:20, 16 April 2021 by R3vo (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Changes a group's combat mode when the waypoint becomes active. Possible mode values are:
Groups:
Waypoints

Syntax

Syntax:
waypoint setWaypointCombatMode mode
Parameters:
waypoint: Array - format Waypoint
mode: String - Can be:
  • "NO CHANGE"
  • "BLUE" (Never fire)
  • "GREEN" (Hold fire - defend only)
  • "WHITE" (Hold fire, engage at will)
  • "YELLOW" (Fire at will)
  • "RED" (Fire at will, engage at will)
Return Value:
Nothing

Examples

Example 1:
[_grp, 2] setWaypointCombatMode "RED";

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note