removeAllMissionEventHandlers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|0.50 | |0.50 | ||
|eff= local |MP Effects= | |eff= local |MP Effects= | ||
|gr1= Event Handlers | |gr1= Event Handlers | ||
| Removes all mission event handlers of the given type which were added by [[addMissionEventHandler]]. | | Removes all mission event handlers of the given type which were added by [[addMissionEventHandler]]. | ||
{{Important | This command also resets the Event Handler creation index to 0.}} | {{Important | This command also resets the Event Handler creation index to 0.}} | ||
| [[removeAllMissionEventHandlers]] type | | [[removeAllMissionEventHandlers]] type | ||
|p1= type: [[String]] | |p1= type: [[String]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[removeAllMissionEventHandlers]] "Loaded";</code> | |x1= <code>[[removeAllMissionEventHandlers]] "Loaded";</code> | ||
| [[removeMissionEventHandler]], [[addMissionEventHandler]] | | [[removeMissionEventHandler]], [[addMissionEventHandler]] | ||
}} | }} | ||
Revision as of 01:37, 18 January 2021
Description
- Description:
- Removes all mission event handlers of the given type which were added by addMissionEventHandler.
- Groups:
- Event Handlers
Syntax
- Syntax:
- removeAllMissionEventHandlers type
- Parameters:
- type: String
- Return Value:
- Nothing
Examples
- Example 1:
removeAllMissionEventHandlers "Loaded";
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