dissolveTeam: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''dissolveTeam''' teamColor |= Syntax
| '''dissolveTeam''' teamColor |SYNTAX=


|p1= teamColor: [[String]] |= Parameter 1
|p1= teamColor: [[String]] |PARAMETER1=


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


| [[assignTeam]], [[unassignTeam]] |= See also
| [[assignTeam]], [[unassignTeam]] |SEEALSO=


}}
}}

Revision as of 15:38, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
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 teamColor
Parameters:
teamColor: String
Return Value:
Nothing

Examples

Example 1:
dissolveTeam "RED"

Additional Information

See also:
assignTeamunassignTeam

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