deleteTeam: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>") |
||
(17 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 15: | Line 15: | ||
|gr1= Teams | |gr1= Teams | ||
| | |descr= Destroy given team. | ||
| | |s1= [[deleteTeam]] team | ||
|p1= | |p1= team: [[Team Member]] | ||
|r1=[[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>deleteTeam _team;</sqf> | ||
|seealso= [[addTeamMember]] | |seealso= [[addTeamMember]] [[createTeam]] [[forEachMemberTeam]] [[removeTeamMember]] [[teamMember]] [[teamName]] [[teams]] [[teamType]] [[forEachMember]] [[forEachMemberAgent]] | ||
}} | }} | ||
Latest revision as of 13:16, 5 May 2022
Description
- Description:
- Destroy given team.
- Groups:
- Teams
Syntax
- Syntax:
- deleteTeam team
- Parameters:
- team: Team Member
- Return Value:
- Nothing
Examples
- Example 1:
- deleteTeam _team;
Additional Information
- See also:
- addTeamMember createTeam forEachMemberTeam removeTeamMember teamMember teamName teams teamType forEachMember forEachMemberAgent
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