dissolveTeam: Difference between revisions

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


| '''dissolveTeam''' team |= Syntax
| '''dissolveTeam''' "TeamColor" |= Syntax


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


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

Revision as of 02:33, 26 August 2007

-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