removeAllEventHandlers

From Bohemia Interactive Community
Revision as of 19:22, 15 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

object removeAllEventHandlers handlerType

Operand types:

object: Object

handlerType: String

Type of returned value:

Nothing

Description:

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

Example:

player removeAllEventHandlers "killed"