Skip to content

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)

Parameters

  • string eventName: the name of the event.

Returns bool

true when event wasn't cancelled, otherwise false.