removeAllEventHandlers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#R|COMREF]] | |||
<h2 style="color:#000066">''object '''''removeAllEventHandlers ''handlerType'''''</h2> | <h2 style="color:#000066">''object '''''removeAllEventHandlers ''handlerType'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
object: [[Object]] | '''object:''' [[Object]] | ||
handlerType: [[String]] | '''handlerType:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Removes all event handlers of given type that were added by [[addEventHandler]]. | Removes all event handlers of given type that were added by [[addEventHandler]]. | ||
'''Example:''' | '''Example:''' | ||
player '''removeAllEventHandlers''' "killed" | [[player]] '''removeAllEventHandlers''' "killed" |