removeTeamMember: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| Nothing |x1=" to "|r1= Nothing |x1=")
m (Text replacement - "<code>([a-zA-Z0-9_]+) +\[\[([a-zA-Z0-9_]+)\]\] +([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|1.00
|version1= 1.00


|game2= arma2oa
|game2= arma2oa
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.


| team '''removeTeamMember''' member
|s1= team [[removeTeamMember]] member


|p1= team: [[Team Member]]
|p1= team: [[Team Member]]
Line 29: Line 29:
|r1= [[Nothing]]
|r1= [[Nothing]]


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


|seealso= [[addTeamMember]], [[createTeam]], [[deleteTeam]], [[forEachMemberTeam]], [[teamMember]], [[teamMemberNull]], [[teamName]], [[teams]], [[teamType]]
|seealso= [[addTeamMember]] [[createTeam]] [[deleteTeam]] [[forEachMemberTeam]] [[teamMember]] [[teamMemberNull]] [[teamName]] [[teams]] [[teamType]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 14:25, 5 May 2022

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:
addTeamMember createTeam deleteTeam forEachMemberTeam teamMember teamMemberNull teamName teams teamType

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