addSwitchableUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.00


|1.00|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


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


| '''addSwitchableUnit''' unitName|= Syntax
|game4= tkoh
|version4= 1.00


|p1= unitName: [[Object]] |= Parameter 1
|game5= arma3
|version5= 0.50


| [[Nothing]] |= Return value
|gr1= Team Switch
____________________________________________________________________________________________


|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]] |= See also
|s1= [[addSwitchableUnit]] unit


}}
|p1= unit: [[Object]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


|x1= <sqf>addSwitchableUnit bob;</sqf>


<!-- Note Section END -->
|seealso= [[teamSwitch]] [[removeSwitchableUnit]] [[switchableUnits]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|ADDSWITCHABLEUNIT]]
[[Category:Scripting Commands ArmA|ADDSWITCHABLEUNIT]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]

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