onTeamSwitch: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
Lou Montana (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma2 | | | arma2 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Defines an action performed when the team switch is finished. Commandset receives the following special variables: ''_from'' object previous unit, ''_to'' object current unit. Consecutive use of onTeamSwitch command will overwrite previously set commandset. | | Defines an action performed when the team switch is finished. | ||
Commandset receives the following special variables: ''_from'' object previous unit, ''_to'' object current unit. | |||
Consecutive use of onTeamSwitch command will overwrite previously set commandset. | |||
{{Informative|Since '''Arma 3''' ''v1.57'' a stackable version of this EH is available: [[Arma_3:_Event_Handlers/addMissionEventHandler#TeamSwitch|TeamSwitch]]}} | {{Informative|Since '''Arma 3''' ''v1.57'' a stackable version of this EH is available: [[Arma_3:_Event_Handlers/addMissionEventHandler#TeamSwitch|TeamSwitch]]}} | ||
<br> | |||
{{Informative | When player switches and leaves behind AI unit, you need to enable "TeamSwitch" AI on it (with {{Inline code|[[onTeamSwitch]] { _from [[enableAI]] "TeamSwitch" };}}) so that the unit continues with [[waypoints]]. }} |DESCRIPTION= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[onTeamSwitch]] commandset |SYNTAX= | ||
|p1= commandset: [[String]] or [[Code]] |PARAMETER1= | |p1= commandset: [[String]] or [[Code]] |PARAMETER1= | ||
Line 30: | Line 32: | ||
| [[Team_Switch]], [[enableTeamSwitch]], [[onBriefingTeamSwitch]], [[teamSwitch]], [[teamSwitchEnabled]] |SEEALSO= | | [[Team_Switch]], [[enableTeamSwitch]], [[onBriefingTeamSwitch]], [[teamSwitch]], [[teamSwitchEnabled]] |SEEALSO= | ||
| | | |MPBEHAVIOUR= | ||
}} | }} | ||
Line 47: | Line 48: | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command Group: Remote Control]] |
Revision as of 12:55, 8 April 2019
Description
- Description:
- Defines an action performed when the team switch is finished.
Commandset receives the following special variables: _from object previous unit, _to object current unit.
Consecutive use of onTeamSwitch command will overwrite previously set commandset.
- Groups:
- Uncategorised
Syntax
- Syntax:
- onTeamSwitch commandset
- Parameters:
- commandset: String or Code
- Return Value:
- Nothing
Examples
- Example 1:
onTeamSwitch {[_from, _to] execVM "myTeamSwitchScript.sqf";};
Additional Information
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