removeSwitchableUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (see also)
Line 19: Line 19:
|x1= <code>[[removeSwitchableUnit]] _unit1;</code> |Example 1=
|x1= <code>[[removeSwitchableUnit]] _unit1;</code> |Example 1=


| [[Team Switch]] |SEEALSO=
| [[Team Switch]] [[addSwitchableUnit]]|SEEALSO=
}}
}}



Revision as of 13:56, 11 March 2020

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

Description

Description:
Remove a unit from the list of units available for Team Switch.
Groups:
Uncategorised

Syntax

Syntax:
removeSwitchableUnit unitName
Parameters:
unitName: Object
Return Value:
Nothing

Examples

Example 1:
removeSwitchableUnit _unit1;

Additional Information

See also:
Team Switch addSwitchableUnit

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