deleteTeam: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
(corrected syntax, added seealso)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= Description
Destroy given team. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


|'''deleteTeam''' unitName |= Syntax
|'''deleteTeam''' team |= Syntax


|p1=  unitName: [[Object]] or [[Group]] |= Parameter 1
|p1=  team: [[Team Member]] |= Parameter 1


| |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>deleteTeam </pre> |= Example 1
|x1= <pre>deleteTeam _team</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[createTeam]], [[teamMember]], [[teamName]], [[teams]], [[teamType]] |= See also


}}
}}

Revision as of 14:36, 6 November 2009

Hover & click on the images for description

Description

Description:
Destroy given team.
Groups:
Uncategorised

Syntax

Syntax:
deleteTeam team
Parameters:
team: Team Member
Return Value:
Nothing

Examples

Example 1:
deleteTeam _team

Additional Information

See also:
createTeamteamMemberteamNameteamsteamType

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