dissolveTeam: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (stringtype)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''dissolveTeam''' "TeamColor" |= Syntax
| '''dissolveTeam''' teamColor |= Syntax


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 19:21, 22 January 2009

-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:
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