onTeamSwitch: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ") |
||
Line 32: | Line 32: | ||
|x1= <code>[[onTeamSwitch]] { [_from, _to] [[execVM]] "myTeamSwitchScript.sqf"; };</code> | |x1= <code>[[onTeamSwitch]] { [_from, _to] [[execVM]] "myTeamSwitchScript.sqf"; };</code> | ||
|seealso= [[Team Switch]] [[enableTeamSwitch]] [[onBriefingTeamSwitch]] [[teamSwitch]] | |seealso= [[Team Switch]] [[enableTeamSwitch]] [[onBriefingTeamSwitch]] [[teamSwitch]] [[teamSwitchEnabled]] | ||
}} | }} |
Revision as of 17:31, 20 January 2022
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