onTeamSwitch: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma2 |Game name= | | arma2 |Game name= | ||
Line 9: | Line 8: | ||
|gr2= Event Handlers |GROUP2= | |gr2= Event Handlers |GROUP2= | ||
| Defines an action performed when the team switch is finished. | | Defines an action performed when the team switch is finished. | ||
Line 17: | Line 15: | ||
<br> | <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= | {{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= | | [[onTeamSwitch]] commandset |SYNTAX= | ||
Line 30: | Line 27: | ||
|x1= <code>[[onTeamSwitch]] { [_from, _to] [[execVM]] "myTeamSwitchScript.sqf"; };</code>|EXAMPLE1= | |x1= <code>[[onTeamSwitch]] { [_from, _to] [[execVM]] "myTeamSwitchScript.sqf"; };</code>|EXAMPLE1= | ||
| [[Team Switch]], [[enableTeamSwitch]], [[onBriefingTeamSwitch]], [[teamSwitch]], [[teamSwitchEnabled]] |SEEALSO= | | [[Team Switch]], [[enableTeamSwitch]], [[onBriefingTeamSwitch]], [[teamSwitch]], [[teamSwitchEnabled]] |SEEALSO= |
Revision as of 02:20, 17 January 2021
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:
- Team SwitchEvent Handlers
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