removeTeamMember: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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|Comments=
{{Command


| arma2 |Game name=
| arma2


|1.00|Game version=
|1.00


|arg= local |Multiplayer Arguments=
|arg= local


|eff= local |Multiplayer Effects=
|eff= local


|gr1= Teams |GROUP1=
|gr1= Teams


| Remove given member from given team. Effect is local, unless both member and team are local to PC on which command is executed, then effect is global. |DESCRIPTION=
| Remove given member from given team. Effect is local, unless both member and team are local to PC on which command is executed, then effect is global.


| team '''removeTeamMember''' member |SYNTAX=
| team '''removeTeamMember''' member


|p1= team: [[Team Member]] |PARAMETER1=
|p1= team: [[Team Member]]


|p2= member: [[Team Member]] |PARAMETER2=
|p2= member: [[Team Member]]


|p3= |PARAMETER3=  
|p3=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]




|x1= <code>_team [[removeTeamMember]] _teamMember;</code>|EXAMPLE1=
|x1= <code>_team [[removeTeamMember]] _teamMember;</code>




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


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 02:26, 18 January 2021

Hover & click on the images for description

Description

Description:
Remove given member from given team. Effect is local, unless both member and team are local to PC on which command is executed, then effect is global.
Groups:
Teams

Syntax

Syntax:
team removeTeamMember member
Parameters:
team: Team Member
member: Team Member
Return Value:
Nothing

Examples

Example 1:
_team removeTeamMember _teamMember;

Additional Information

See also:
addTeamMembercreateTeamdeleteTeamforEachMemberTeamteamMemberteamMemberNullteamNameteamsteamType

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