addSwitchableUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Line 29: Line 29:
|x1= <code>[[addSwitchableUnit]] bob;</code>
|x1= <code>[[addSwitchableUnit]] bob;</code>


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

Revision as of 13:55, 20 January 2022

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:
teamSwitch removeSwitchableUnitswitchableUnits

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