removeAllMissionEventHandlers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
Lou Montana (talk | contribs) (Add warning about index) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| 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= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[removeAllMissionEventHandlers]] type |SYNTAX= | ||
|p1= type: [[String]] | |p1= type: [[String]] |PARAMETER1= | ||
| [[Nothing]] |RETURNVALUE | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>[[removeAllMissionEventHandlers]] "Loaded";</code> |EXAMPLE1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[removeMissionEventHandler]], [[addMissionEventHandler]] |SEEALSO= | | [[removeMissionEventHandler]], [[addMissionEventHandler]] |SEEALSO= | ||
}} | }} | ||
Line 36: | Line 32: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
Revision as of 18:21, 25 June 2020
Description
- Description:
- Removes all mission event handlers of the given type which were added by addMissionEventHandler.
- Groups:
- Uncategorised
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