removeAllEventHandlers: Difference between revisions
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. | [[Category:Scripting Commands OFP 1.96|REMOVEALLEVENTHANDLERS]] | ||
[[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]] | [[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]] | ||
Revision as of 21:00, 1 June 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"