removeAllMissionEventHandlers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Add eL) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|gr1= Event Handlers |GROUP1= | |gr1= Event Handlers |GROUP1= | ||
| 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.}} |DESCRIPTION= | {{Important | This command also resets the Event Handler creation index to 0.}} |DESCRIPTION= | ||
| [[removeAllMissionEventHandlers]] type |SYNTAX= | | [[removeAllMissionEventHandlers]] type |SYNTAX= | ||
Line 23: | Line 20: | ||
|x1= <code>[[removeAllMissionEventHandlers]] "Loaded";</code> |EXAMPLE1= | |x1= <code>[[removeAllMissionEventHandlers]] "Loaded";</code> |EXAMPLE1= | ||
| [[removeMissionEventHandler]], [[addMissionEventHandler]] |SEEALSO= | | [[removeMissionEventHandler]], [[addMissionEventHandler]] |SEEALSO= |
Revision as of 02:20, 17 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