formationMembers: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>") |
BrettMayson (talk | contribs) 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
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:
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
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Groups