removeAllEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#R|COMREF]]
back to [[Scripting_Reference#R|COMREF]]


<h2 style="color:#000066">''object '''''removeAllEventHandlers ''handlerType'''''</h2>
<h2 style="color:#000066">'''''object'' removeAllEventHandlers ''handlerType'''''</h2>





Revision as of 00:35, 16 April 2006

back to COMREF

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"