dissolveTeam: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= ofpe
|version1= 1.00


|1.00|= Game version
|game2= arma1
|version2= 1.00


|arg= local |= Arguments in MP
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


| Dissolves the given team. All members become members of the main team. Possible team values are: "RED", "GREEN", "BLUE" or "YELLOW". |= Description
|game4= arma2oa
____________________________________________________________________________________________
|version4= 1.50


| '''dissolveTeam''' teamColor |= Syntax
|game5= tkoh
|version5= 1.00


|p1= teamColor: [[String]] |= Parameter 1
|game6= arma3
|version6= 0.50


| [[Nothing]] |= Return value
|gr1= Groups
____________________________________________________________________________________________
 
|x1= <pre>dissolveTeam "RED"</pre> |= Example 1
____________________________________________________________________________________________


| [[assignTeam]], [[unassignTeam]] |= See also
|arg= local


}}
|descr= Dissolves the given team. All members become members of the main team.
 
|s1= [[dissolveTeam]] teamColor


<h3 style="display:none">Notes</h3>
|p1= teamColor: [[String]] - can be one of:
<dl class="command_description">
* "RED"
<!-- Note Section BEGIN -->
* "GREEN"
* "BLUE"
* "YELLOW"


<!-- Note Section END -->
|r1= [[Nothing]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>dissolveTeam "RED";</sqf>


[[Category:Scripting Commands|DISSOLVETEAM]]
|seealso= [[assignTeam]] [[unassignTeam]]
[[Category:Scripting Commands OFP Elite |DISSOLVETEAM]]
}}
[[Category:Scripting Commands ArmA|DISSOLVETEAM]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 23:42, 28 June 2022

Hover & click on the images for description

Description

Description:
Dissolves the given team. All members become members of the main team.
Groups:
Groups

Syntax

Syntax:
dissolveTeam teamColor
Parameters:
teamColor: String - can be one of:
  • "RED"
  • "GREEN"
  • "BLUE"
  • "YELLOW"
Return Value:
Nothing

Examples

Example 1:
dissolveTeam "RED";

Additional Information

See also:
assignTeam unassignTeam

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