removeAllMissionEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add eL)
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 03:20, 17 January 2021

Hover & click on the images for description

Description

Description:
Removes all mission event handlers of the given type which were added by addMissionEventHandler.
This command also resets the Event Handler creation index to 0.
Groups:
Event Handlers

Syntax

Syntax:
removeAllMissionEventHandlers type
Parameters:
type: String
Return Value:
Nothing

Examples

Example 1:
removeAllMissionEventHandlers "Loaded";

Additional Information

See also:
removeMissionEventHandleraddMissionEventHandler

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

Notes

Bottom Section