setWaypointFormation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETWAYPOINTFORMATION]] | [[Category:Scripting Commands ArmA|SETWAYPOINTFORMATION]] | ||
<h2 style="color:#000066">'''''waypoint'' setWaypointFormation ''formation'''''</h2> | |||
'''Operand types:''' | |||
'''waypoint:''' [[Array]] | |||
''' | '''formation:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''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:''' | '''Example:''' | ||
[grp, 2] '''setWaypointFormation''' "LINE" |
Revision as of 21:58, 4 July 2006
waypoint setWaypointFormation formation
Operand types:
waypoint: Array
formation: String
Type of returned value:
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"