Send |
eventProperty:Send(... varArgs) |
|
|
Listen |
eventProperty:Listen(Script listenerScriptComponent, string functionName) |
|
|
HasBindings |
bool eventProperty:HasBindings() |
Return true if this Event is bound to anything, even if its something like "every instance of a script" which would actually resolve to no bindings. |
|
GetAllBindings |
table eventProperty:GetAllBindings() |
Get a table where each element is a table containing a 'script' variable and a 'function' variable, describing each call that is bound by this event. |
|