formation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Fixed syntax and example)
Line 14: Line 14:
| '''formation''' grp |= Syntax
| '''formation''' grp |= Syntax


| [[String]] -   
|p1 = grp: [[Object]] or [[Group]] | = P1
returns either "COLUMN", "STAG COLUMN", "WEDGE", "ECH LEFT", "ECH RIGHT", "VEE" or "LINE" |= Return value
 
| [[String]] -  returns either "COLUMN", "STAG COLUMN", "WEDGE", "ECH LEFT", "ECH RIGHT", "VEE" or "LINE" |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>formation group player</pre>
|x1= <code>formation [[group]] [[player]]</code> |= Example 1
 
returns "WEDGE" |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 09:56, 27 October 2006

Hover & click on the images for description

Description

Description:
Returns the current formation of a group.
Groups:
Uncategorised

Syntax

Syntax:
formation grp
Parameters:
grp: Object or Group
Return Value:
String - returns either "COLUMN", "STAG COLUMN", "WEDGE", "ECH LEFT", "ECH RIGHT", "VEE" or "LINE"

Examples

Example 1:
formation group player

Additional Information

See also:
formLeadersetFormation

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