setFormation
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Set group formation.
Formation is one of:
- "COLUMN"
- "STAG COLUMN"
- "WEDGE"
- "ECH LEFT"
- "ECH RIGHT"
- "VEE"
- "LINE"
- "FILE" (ArmA)
- "DIAMOND" (ArmA)
Syntax
- Syntax:
- ObjectOrGroup setFormation "formation"
- Parameters:
- ObjectOrGroup : Object or Group
- formation: String
- Return Value:
- Nothing
Examples
- Example 1:
_groupOne setFormation "LINE"
Additional Information
- Multiplayer:
- Behaviour unknown.

