removeAllEventHandlers
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint: Resistance
- Version:
- 1.85
Description
- Description:
- Removes all event handlers of given type that were added by addEventHandler.
Syntax
- Syntax:
- Object removeAllEventHandlers "handlerType"
- Parameters:
- handlerType: String. See Event Handlers for list
- Return Value:
- Nothing
Examples
- Example 1:
player removeAllEventHandlers "killed"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- removeEventHandler, addEventHandler

