dissolveTeam: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|DISSOLVETEAM]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |DISSOLVETEAM]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|DISSOLVETEAM]]


| arma |= Game name


<h2 style="color:#000066">''' dissolveTeam ''team'''''</h2>
|2.05|= Game version
____________________________________________________________________________________________


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


'''Operand types:'''
| '''dissolveTeam''' team |= Syntax


'''team:''' [[String]]
|p1= team: [[String]] |= Parameter 1


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>dissolveTeam "RED"</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Version 2.05 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Dissolves the given team.
<h3 style="display:none">Bottom Section</h3>


All members become members of the main team.
[[Category:Scripting Commands|DISSOLVETEAM]]
 
[[Category:Scripting Commands OFP Elite |DISSOLVETEAM]]
Possible team values are: "RED", "GREEN", "BLUE" or "YELLOW".
[[Category:Scripting Commands ArmA|DISSOLVETEAM]]
 
 
'''Example:'''
 
'''dissolveTeam''' "RED"

Revision as of 00:47, 2 August 2006

-wrong parameter ("Arma") defined!-2.05
Hover & click on the images for description

Description

Description:
Dissolves the given team. All members become members of the main team. Possible team values are: "RED", "GREEN", "BLUE" or "YELLOW".
Groups:
Uncategorised

Syntax

Syntax:
dissolveTeam team
Parameters:
team: String
Return Value:
Nothing

Examples

Example 1:
dissolveTeam "RED"

Additional Information

See also:
See also needed

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