members: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s([0-9])\= '''([^' ]+)'''([^ ]+) " to "|s$1= $2$3 ")
m (Add seealso link)
Line 23: Line 23:
|r1= [[Array]]
|r1= [[Array]]


|x1= <code>_members <nowiki>=</nowiki> members _team</code>
|x1= <code>_members = [[members]] _team;</code>


|seealso=
|seealso= [[teams]]
}}
}}

Revision as of 00:27, 22 June 2021

Hover & click on the images for description

Description

Description:
Return a list of members in given team.
Groups:
Teams

Syntax

Syntax:
members team
Parameters:
team: Team Member
Return Value:
Array

Examples

Example 1:
_members = members _team;

Additional Information

See also:
teams

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