function callEvent (shared-side)
Available since version: 0.3.0
This function will notify (call) every handler bound to specified custom event.
Declaration
boolean callEvent(string eventName, ... arguments)
Parameters
stringeventName: The name of the event....arguments: Variable number of arguments.
Returns boolean
True when event was dispatched and not cancelled, otherwise false.