addSwitchableUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|gr1= Team Switch |GROUP1=
|gr1= Team Switch


|1.00|Game version=
|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.
| 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=
This command allows to add non-playable unit into array of [[switchableUnits]] and make them available for [[teamSwitch]]. SP only.


| [[addSwitchableUnit]] unitName|SYNTAX=
| [[addSwitchableUnit]] unitName


|p1= unitName: [[Object]] |PARAMETER1=
|p1= unitName: [[Object]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= <code>[[addSwitchableUnit]] bob</code> |Example 1=
|x1= <code>[[addSwitchableUnit]] bob</code>


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



Revision as of 01:03, 18 January 2021

Hover & click on the images for description

Description

Description:
Adds a unit into 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. SP only.
Groups:
Team Switch

Syntax

Syntax:
addSwitchableUnit unitName
Parameters:
unitName: Object
Return Value:
Nothing

Examples

Example 1:
addSwitchableUnit bob

Additional Information

See also:
teamSwitchremoveSwitchableUnitswitchableUnits

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

Notes

Bottom Section