forEachMemberAgent: Difference between revisions

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


| [[agent]], [[agents]], [[createAgent]], [[isAgent]] |= SEEALSO  
| [[agent]], [[agents]], [[createAgent]], [[isAgent]], [[addTeamMember]], [[createTeam]], [[deleteTeam]], [[forEachMemberTeam]], [[removeTeamMember]], [[teamMember]], [[teamName]], [[teams]], [[teamType]], [[forEachMember]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 16:14, 31 July 2014

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
(example)

Additional Information

See also:
agentagentscreateAgentisAgentaddTeamMembercreateTeamdeleteTeamforEachMemberTeamremoveTeamMemberteamMemberteamNameteamsteamTypeforEachMember

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