createTeam: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
m (see also)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Create a team and name it. |= Description
| Create a [[Team|team]] and name it. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[addTeamMember]], [[deleteTeam]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 08:27, 24 October 2009

Hover & click on the images for description

Description

Description:
Create a team and name it.
Groups:
Uncategorised

Syntax

Syntax:
createTeam [type, name]
Parameters:
[type, name]: Array
type: String
name: String
Return Value:
Team Member

Examples

Example 1:
_team = createTeam ["USMC_Team", "Fire Team Red"]

Additional Information

See also:
addTeamMemberdeleteTeam

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