bindEventHandler: Difference between revisions

no edit summary
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = shared
|name = bindEventHandler
|side = shared
|type = function
|type = function
|name = bindEventHandler
|games = iii vc sa iv
|parameters = string eventName, handle source, function handler
|desc = add a handler to call when an event occurs for the source item
|parameter1 = string eventName The name of the event, case-insensitive.
|arg1 = string eventName The name of the event, case-insensitive.
|parameter2 = handle source The source element.
|arg2 = handle source The source element.
|parameter3 = function handler The scripting function to call when the event occurs for the source element.
|arg3 = function handler The scripting function to call when the event occurs for the source element.
|callback3Syntax = Event event, [...]
|return = void
|callback3Parameter1 = Event event The event object.
|freturn = void
|callback3Parameter2 = ... vararg The arguments specific to the <code>eventName</code>.
|note = [[Server/Events|Server Events]]<br>
|usage = add a handler to call when an event occurs for the source item
|return1 = void
|returnFail1 = void
|notes = [[Server/Events|Server Events]]<br>
[[Client/Events|Client Events]]
[[Client/Events|Client Events]]
|cb3arg1 = Event event The event object.
|cb3arg2 = ... vararg The arguments specific to the <code>eventName</code>.
}}
}}
6,833

edits