formationMembers: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>")
mNo edit summary
 
Line 24: Line 24:
|p1= person: [[Object]]
|p1= person: [[Object]]


|r1= [[Array]]
|r1= [[Array]] of [[Object]]s


|x1= <sqf>_drivers = formationMembers _person;</sqf>
|x1= <sqf>_drivers = formationMembers _person;</sqf>

Latest revision as of 11:40, 1 January 2026

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 of Objects

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.
Only post proven facts here! Add Note