dissolveTeam: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
[[Category:Scripting Commands OFP Elite |DISSOLVETEAM]]
[[Category:Scripting Commands OFP Elite |DISSOLVETEAM]]
[[Category:Scripting Commands ArmA|DISSOLVETEAM]]
[[Category:Scripting Commands ArmA|DISSOLVETEAM]]
<new command not populated>





Revision as of 12:49, 4 July 2006


dissolveTeam team


Operand types:

team: String

Type of returned value:

Nothing

Compatibility:

Version 2.05 required.

Description:

Dissolves the given team.

All members become members of the main team.

Possible team values are: "RED", "GREEN", "BLUE" or "YELLOW".


Example:

dissolveTeam "RED"