removeAllEventHandlers: Difference between revisions

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



Revision as of 22:00, 1 June 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"