removeAllMissionEventHandlers: Difference between revisions
Jump to navigation
Jump to search
(change note about resetting EH indices to 0. this is not valid since A3 v2.08) |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>removeAllMissionEventHandlers "Loaded";</sqf> | ||
|seealso= [[removeMissionEventHandler]] [[addMissionEventHandler]] | |seealso= [[removeMissionEventHandler]] [[addMissionEventHandler]] | ||
}} | }} |
Latest revision as of 10:23, 13 May 2022
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