addSwitchableUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma1
|game1= arma1
|version1= 1.00


|gr1= Team Switch
|game2= arma2
|version2= 1.00


|1.00
|game3= arma2oa
|version3= 1.50


| Adds a unit into the list of units available for [[Team_Switch|Team Switch]]. Units marked as [[playableUnits|playable]] in editor are automatically switchable.
|game4= tkoh
This command allows to add non-playable unit into array of [[switchableUnits]] and make them available for [[teamSwitch]]. SP only.
|version4= 1.00


| [[addSwitchableUnit]] unitName
|game5= arma3
|version5= 0.50


|p1= unitName: [[Object]]
|gr1= Team Switch
 
| [[Nothing]]


|x1= <code>[[addSwitchableUnit]] bob</code>
|descr= Adds a unit to the list of units available for [[Team_Switch|Team Switch]]. Units marked as [[playableUnits|playable]] in editor are automatically switchable.
This command adds non-playable unit into array of [[switchableUnits]] and makes them available for [[teamSwitch]]. '''Singleplayer only!'''


| [[teamSwitch]], [[removeSwitchableUnit]], [[switchableUnits]]
|s1= [[addSwitchableUnit]] unit
}}


<dl class="command_description">
|p1= unit: [[Object]]
<!-- Note Section BEGIN -->


|r1= [[Nothing]]


<!-- Note Section END -->
|x1= <sqf>addSwitchableUnit bob;</sqf>
</dl>


 
|seealso= [[teamSwitch]] [[removeSwitchableUnit]] [[switchableUnits]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 12:32, 4 July 2022

Hover & click on the images for description

Description

Description:
Adds a unit to the list of units available for Team Switch. Units marked as playable in editor are automatically switchable. This command adds non-playable unit into array of switchableUnits and makes 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