unassignTeam: Difference between revisions

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


| Unassigns the unit (in the case of a vehicle its commander unit) from his team. This is equal to unit [[assignTeam]] "MAIN". |= Description
| Unassigns the unit (in the case of a vehicle its commander unit) from his team. This is equal to unit [[assignTeam]] "MAIN". |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''unassignTeam''' vehicleName|= Syntax
| '''unassignTeam''' vehicleName|SYNTAX=


|p1= vehicleName: [[Object]] |= Parameter 1
|p1= vehicleName: [[Object]] |PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>unassignTeam _soldier2</pre> |= Example 1
|x1= <pre>unassignTeam _soldier2</pre> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 15:50, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Unassigns the unit (in the case of a vehicle its commander unit) from his team. This is equal to unit assignTeam "MAIN".
Groups:
Uncategorised

Syntax

Syntax:
unassignTeam vehicleName
Parameters:
vehicleName: Object
Return Value:
Nothing

Examples

Example 1:
unassignTeam _soldier2

Additional Information

See also:
assignTeamdissolveTeam

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