removeAllEventHandlers
From Bohemia Interactive Community
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. Since VBS2 v1.24 can be applied on individual weapon rounds.
Syntax
- Syntax:
- objectName removeAllEventHandlers handlerType
- Parameters:
- handlerType: String. See Event Handlers for list
- Return Value:
- Nothing
Examples
- Example 1:
player removeAllEventHandlers "killed"
Additional Information
- Multiplayer:
- -
- See also:
- EventHandlers list, removeEventHandler, addEventHandler
Notes
Notes