onTeamSwitch: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) |
||
Line 25: | Line 25: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|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= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
Line 48: | Line 46: | ||
[[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: | [[Category:Command Group: Team Switch]] |
Revision as of 21:27, 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