onTeamSwitch: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma2 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
||
Line 17: | Line 17: | ||
|gr2= Event Handlers | |gr2= Event Handlers | ||
| Defines an action performed when the team switch is finished. | |descr= Defines an action performed when the team switch is finished. | ||
Commandset receives the following special variables: ''_from'' object previous unit, ''_to'' object current unit. | Commandset receives the following special variables: ''_from'' object previous unit, ''_to'' object current unit. | ||
Consecutive use of onTeamSwitch command will overwrite previously set commandset. | Consecutive use of onTeamSwitch command will overwrite previously set commandset. |
Revision as of 21:14, 13 June 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