addSwitchableUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (formatting)
m (example)
Line 32: Line 32:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[addSwitchableUnit]] bob</code>
|x1= <code>[[addSwitchableUnit]] bob;</code>


|seealso= [[teamSwitch]], [[removeSwitchableUnit]], [[switchableUnits]]
|seealso= [[teamSwitch]], [[removeSwitchableUnit]], [[switchableUnits]]
}}
}}

Revision as of 10:04, 16 April 2021

Hover & click on the images for description

Description

Description:
Adds an unit to the list of units available for Team Switch. Units marked as playable in editor are automatically switchable. This command allows to add non-playable unit into array of switchableUnits and make them available for teamSwitch. Singleplayer only!
Groups:
Team Switch

Syntax

Syntax:
addSwitchableUnit unit
Parameters:
unit: Object
Return Value:
Nothing

Examples

Example 1:
addSwitchableUnit bob;

Additional Information

See also:
teamSwitchremoveSwitchableUnitswitchableUnits

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