setWaypointCombatMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
Line 20: Line 20:
|descr= Changes a group's combat mode when the waypoint becomes active.
|descr= Changes a group's combat mode when the waypoint becomes active.


|s1= waypoint '''setWaypointCombatMode''' mode
|s1= waypoint [[setWaypointCombatMode]] mode


|p1= waypoint: [[Array]] - format [[Waypoint]]
|p1= waypoint: [[Array]] - format [[Waypoint]]

Revision as of 19:11, 20 June 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
waypoint setWaypointCombatMode mode
Parameters:
waypoint: Array - format Waypoint
mode: String - Can be:
  • "NO CHANGE"
  • "BLUE"
  • "GREEN"
  • "WHITE"
  • "YELLOW"
  • "RED"
Return Value:
Nothing

Examples

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

Additional Information

See also:
Combat Modes setWaypointBehaviour

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