forEachMember: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[addTeamMember]], [[createTeam]], [[deleteTeam]], [[forEachMemberTeam]], [[removeTeamMember]], [[teamMember]], [[teamName]], [[teams]], [[teamType]], [[forEachMemberAgent]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 16:05, 31 July 2014

Hover & click on the images for description

Description

Description:
Executes the given command for each member of the team (recursively).
Groups:
Uncategorised

Syntax

Syntax:
command forEachMember team
Parameters:
command: Code
team: Team Member
Return Value:
Nothing

Examples

Example 1:
(example)

Additional Information

See also:
addTeamMembercreateTeamdeleteTeamforEachMemberTeamremoveTeamMemberteamMemberteamNameteamsteamTypeforEachMemberAgent

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