calls an inner event
name | string | the event name, case-insensitive |
params | array | the array of the event parameters |
boolean | false, if some of the event handlers return false. Otherwise, true |
// invokes triggering handlers of the 'onMoveError' event
var check = fmanager.callEvent("onMoveError", []);
Normally, events are called automatically and you don't need to use this method.