setWaypointFormation

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


waypoint setWaypointFormation formation


Operand types:

waypoint: Array

formation: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Switches the group formation when the waypoint becomes active.

Possible values are: "NO CHANGE", "COLUMN", "STAG COLUMN", "WEDGE", "ECH LEFT", "ECH RIGHT", "VEE" and "LINE".


Example:

[grp, 2] setWaypointFormation "LINE"