formationMembers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>")
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
|r1= [[Array]]
|r1= [[Array]]


|x1=<code>_drivers = [[formationMembers]] _person</code>
|x1= <sqf>_drivers = formationMembers _person;</sqf>


|seealso= [[formation]] [[setFormation]] [[driver]]
|seealso= [[formation]] [[setFormation]] [[driver]]
}}
}}

Latest revision as of 22:23, 7 May 2022

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_drivers = formationMembers _person;

Additional Information

See also:
formation setFormation driver

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