addSwitchableUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(48 intermediate revisions by 13 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


| Add a unit into the list of units available for [[Team_Switch|Team Switch]]. |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


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


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


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


|x1= <pre>addSwitchableUnit player</pre> |=
|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!'''


| [[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 -->


<dd class="notedate"></dd>
|x1= <sqf>addSwitchableUnit bob;</sqf>
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt><dd class="note">Using this command and then attempting to use [[Team_Switch|Team Switch]] in a multiplayer game will crash the instance of ArmA that is trying to team switch. (5143 beta)
</dd>


<!-- 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:Command_Group:_Multiplayer|{{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