function callEvent (shared-side)
Available since version: 0.0.1
This function will notify (call) every handler bound to specified event.
Declaration
bool callEvent(string eventName, ... arguments)
Parameters
stringeventName: the name of the event....arguments: the variable number of arguments that should match event arguments.
Returns bool
true when event was cancelled, otherwise false.