formationMembers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 7: Line 6:


|gr1= Groups |GROUP1=
|gr1= Groups |GROUP1=
____________________________________________________________________________________________


| Return list of units (drivers) in the formation. |DESCRIPTION=
| Return list of units (drivers) in the formation. |DESCRIPTION=
____________________________________________________________________________________________


| [[Array]] <nowiki>=</nowiki> '''formationMembers''' person|SYNTAX=
| [[Array]] <nowiki>=</nowiki> '''formationMembers''' person|SYNTAX=
Line 17: Line 14:


| [[Array]] |RETURNVALUE=
| [[Array]] |RETURNVALUE=
____________________________________________________________________________________________
|x1=<pre>_drivers=FormationMembers _person</pre>
|x1=<pre>_drivers=FormationMembers _person</pre>
|  |SEEALSO=
|  |SEEALSO=

Revision as of 02:12, 17 January 2021

Hover & click on the images for description

Description

Description:
Return list of units (drivers) in the formation.
Groups:
Groups

Syntax

Syntax:
Array = formationMembers person
Parameters:
person: Object
Return Value:
Array

Examples

Example 1:
_drivers=FormationMembers _person

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