removeTeamMember: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory *\| *arma2 *\| *(New )?Scripting Commands\}\}" to "")
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3")
Line 19: Line 19:
|gr1= Teams
|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.
|descr= 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.


|s1=  team '''removeTeamMember''' member
|s1=  team '''removeTeamMember''' member

Revision as of 22:16, 13 June 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