removeAllEventHandlers

From Bohemia Interactive Community
Revision as of 19:56, 22 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


back to COMREF

object removeAllEventHandlers handlerType


Operand types:

object: Object

handlerType: String

Type of returned value:

Nothing

Compatibility:

Added in version 1.85

Description:

Removes all event handlers of given type that were added by addEventHandler.


Example:

player removeAllEventHandlers "killed"