setFormation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
[[Category:Scripting Commands ArmA|S]]
[[Category:Scripting Commands ArmA|S]]


back to [[Scripting_Reference#S|COMREF]]


<h2 style="color:#000066">'''''group'' setFormation ''formation'''''</h2>
<h2 style="color:#000066">'''''group'' setFormation ''formation'''''</h2>

Revision as of 11:37, 23 April 2006


group setFormation formation


Operand types:

group: Object or Group

formation: String

Type of returned value:

Nothing

Description:

Set group formation.
Formation is one of:

  • "COLUMN"
  • "STAG COLUMN"
  • "WEDGE"
  • "ECH LEFT"
  • "ECH RIGHT"
  • "VEE"
  • "LINE"


Example:

groupOne setFormation "LINE"