onTeamSwitch: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 22: | Line 22: | ||
{{Feature|Important| This command is deprecated. Since '''Arma 3''' ''v1.57'' a stackable version of this EH is available: [[Arma 3: Mission Event Handlers#TeamSwitch|TeamSwitch]]}} | {{Feature|Important| This command is deprecated. Since '''Arma 3''' ''v1.57'' a stackable version of this EH is available: [[Arma 3: Mission Event Handlers#TeamSwitch|TeamSwitch]]}} | ||
<br> | <br> | ||
{{Feature | Informative | When player switches and leaves behind AI unit, you need to enable "TeamSwitch" AI on it (with | {{Feature | Informative | When player switches and leaves behind AI unit, you need to enable "TeamSwitch" AI on it (with <sqf inline>onTeamSwitch { _from enableAI "TeamSwitch" };</sqf>) so that the unit continues with [[waypoints]]. }} | ||
|s1= [[onTeamSwitch]] commandset | |s1= [[onTeamSwitch]] commandset |
Revision as of 16:51, 25 July 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:
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