forEachMemberTeam: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= Program Flow | |gr1= Program Flow | ||
| Executes the given command recursively for each team that is a member of the given team. For just agents use [[forEachMemberAgent]]. For both teams and agents use [[forEachMember]]. | | Executes the given command recursively for each team that is a member of the given team. For just agents use [[forEachMemberAgent]]. For both teams and agents use [[forEachMember]]. | ||
| command '''forEachMemberTeam''' team | | command '''forEachMemberTeam''' team | ||
|p1= command: [[Code]] | |p1= command: [[Code]] | ||
|p2= team: [[Team Member]] | |p2= team: [[Team Member]] | ||
|p3 | |p3= | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>(example)</code> | |x1= <code>(example)</code> | ||
| [[addTeamMember]], [[createTeam]], [[deleteTeam]], [[removeTeamMember]], [[teamMember]], [[teamName]], [[teams]], [[teamType]], [[forEachMember]], [[forEachMemberAgent]] | | [[addTeamMember]], [[createTeam]], [[deleteTeam]], [[removeTeamMember]], [[teamMember]], [[teamName]], [[teams]], [[teamType]], [[forEachMember]], [[forEachMemberAgent]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 00:36, 18 January 2021
Description
- Description:
- Executes the given command recursively for each team that is a member of the given team. For just agents use forEachMemberAgent. For both teams and agents use forEachMember.
- Groups:
- Program Flow
Syntax
- Syntax:
- command forEachMemberTeam team
- Parameters:
- command: Code
- team: Team Member
- Return Value:
- Nothing
Examples
- Example 1:
(example)
Additional Information
- See also:
- addTeamMembercreateTeamdeleteTeamremoveTeamMemberteamMemberteamNameteamsteamTypeforEachMemberforEachMemberAgent
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