removeAllEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:


[[Nothing]]
[[Nothing]]
'''Compatibility:'''
Added in version '''1.85'''


'''Description:'''
'''Description:'''

Revision as of 01:55, 17 April 2006

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"