removeAllEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|R]]
[[Category:Scripting Commands ArmA|R]]


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 12:04, 23 April 2006


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"