addSwitchableUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
Line 27: Line 27:
|r1= [[Nothing]]
|r1= [[Nothing]]


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


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

Revision as of 14:16, 5 May 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 removeSwitchableUnit switchableUnits

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