setWaypointFormation: Difference between revisions

From Bohemia Interactive Community
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]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint'' setWaypointFormation ''formation'''''</h2>


<h2 style="color:#000066">''''' setWaypointFormation '''''</h2>


'''Operand types:'''
'''waypoint:''' [[Array]]


'''Operand types:'''
'''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 22:58, 4 July 2006


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"