removeAllEventHandlers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|REMOVEALLEVENTHANDLERS]] | ||
[[Category:Scripting Commands OFP 1.97| | [[Category:Scripting Commands OFP 1.97|REMOVEALLEVENTHANDLERS]] | ||
[[Category:Scripting Commands ArmA| | [[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]] | ||
Revision as of 15:05, 4 May 2006
object removeAllEventHandlers handlerType
Operand types:
object: Object
handlerType: String
Type of returned value:
Compatibility:
Added in version 1.85
Description:
Removes all event handlers of given type that were added by addEventHandler.
Example:
player removeAllEventHandlers "killed"