removeAllMissionEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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|Comments=
{{Command


| arma3 |Game name=
| arma3


|0.50|Game version=
|0.50


|eff= local |MP Effects=
|eff= local |MP Effects=


|gr1= Event Handlers |GROUP1=
|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.}} |DESCRIPTION=
{{Important | This command also resets the Event Handler creation index to 0.}}


| [[removeAllMissionEventHandlers]] type |SYNTAX=
| [[removeAllMissionEventHandlers]] type


|p1= type: [[String]] |PARAMETER1=
|p1= type: [[String]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= <code>[[removeAllMissionEventHandlers]] "Loaded";</code> |EXAMPLE1=
|x1= <code>[[removeAllMissionEventHandlers]] "Loaded";</code>


| [[removeMissionEventHandler]], [[addMissionEventHandler]] |SEEALSO=
| [[removeMissionEventHandler]], [[addMissionEventHandler]]
}}
}}



Revision as of 02:37, 18 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