teamSwitch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
 
(59 intermediate revisions by 13 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|TEAMSWITCH]]
{{RV|type=command
[[Category:Scripting Commands ArmA|TEAMSWITCH]]


|game1= arma1
|version1= 1.00


|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


Description:
|game4= tkoh
    Invoke the team switch dialog (force it even when conditions are noy met).
|version4= 1.00


<h2 style="color:#000066">''''' teamSwitch''''' </h2>
|game5= arma3
|version5= 0.50


|gr1= Team Switch


'''Operand types:'''
|descr= Invoke the [[Team Switch]] dialog (force it even when conditions are not met).
There has to be at least one playable unit for team switch to work, and for this command to work in MP, respawn type in [[Description.ext|description.ext]] should be 5 (SIDE).
{{Feature|informative|When player switches and leaves behind AI unit, you need to enable "TeamSwitch" AI on it <sqf inline>_unit enableAI "TeamSwitch"</sqf> so that the unit continues with [[waypoints]].}}


None
|s1= [[teamSwitch]]


'''Type of returned value:'''
|r1= [[Nothing]]


Nothing
|x1= <sqf>teamSwitch;</sqf>


'''Compatibility:'''
|seealso= [[Team Switch]] [[enableTeamSwitch]] [[onBriefingTeamSwitch]] [[onTeamSwitch]] [[teamSwitchEnabled]] [[selectPlayer]]
 
}}
Version 2.92 required.
 
'''Description:'''
 
Invoke the team switch dialog (force it even when conditions are not met).
 
'''Example:'''

Latest revision as of 05:59, 27 November 2023

Hover & click on the images for description

Description

Description:
Invoke the Team Switch dialog (force it even when conditions are not met). There has to be at least one playable unit for team switch to work, and for this command to work in MP, respawn type in description.ext should be 5 (SIDE).
When player switches and leaves behind AI unit, you need to enable "TeamSwitch" AI on it _unit enableAI "TeamSwitch" so that the unit continues with waypoints.
Groups:
Team Switch

Syntax

Syntax:
teamSwitch
Return Value:
Nothing

Examples

Example 1:
teamSwitch;

Additional Information

See also:
Team Switch enableTeamSwitch onBriefingTeamSwitch onTeamSwitch teamSwitchEnabled selectPlayer

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