setFormation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETFORMATION]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|SETFORMATION]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|SETFORMATION]]
[[Category:Scripting Commands ArmA|SETFORMATION]]
 
 
<h2 style="color:#000066">'''''group'' setFormation ''formation'''''</h2>
 
 
'''Operand types:'''
 
'''group:''' [[Object or Group]]
 
'''formation:''' [[String]]
 
'''Type of returned value:'''
 
[[Nothing]]


'''Description:'''
| ofp |= Game name


Set '''group formation'''.<br>
|1.00|= Game version
'''Formation''' is one of:
____________________________________________________________________________________________


| Set group formation.
Formation is one of:
* '''"COLUMN"'''
* '''"COLUMN"'''
* '''"STAG COLUMN"'''
* '''"STAG COLUMN"'''
Line 30: Line 16:
* '''"VEE"'''
* '''"VEE"'''
* '''"LINE"'''
* '''"LINE"'''
|= Description
____________________________________________________________________________________________
| group '''setFormation''' formation |= Syntax
|p1= group: [[Object or Group]] |= Parameter 1
|p2= formation: [[String]] |= Parameter 2


| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>groupOne setFormation "LINE"</pre> |= Example 1
____________________________________________________________________________________________


'''Example:'''
|  |= See also


groupOne '''setFormation''' '''"LINE"'''
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETFORMATION]]
[[Category:Scripting Commands OFP 1.96|SETFORMATION]]
[[Category:Scripting Commands OFP 1.46|SETFORMATION]]
[[Category:Scripting Commands ArmA|SETFORMATION]]

Revision as of 00:13, 2 August 2006

Hover & click on the images for description

Description

Description:
Set group formation. Formation is one of:
  • "COLUMN"
  • "STAG COLUMN"
  • "WEDGE"
  • "ECH LEFT"
  • "ECH RIGHT"
  • "VEE"
  • "LINE"
Groups:
Uncategorised

Syntax

Syntax:
group setFormation formation
Parameters:
group: Object or Group
formation: String
Return Value:
Nothing

Examples

Example 1:
groupOne setFormation "LINE"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section