removeAllEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|R]]
[[Category:Scripting Commands|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands OFP 1.97|R]]
[[Category:Scripting Commands OFP 1.97|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands ArmA|R]]
[[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]]





Revision as of 16:05, 4 May 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"