context : Object Context on which listener will be executed (object that should represent the this variable inside
add(listener, listenerContext, priority, args)
memorize : boolean Memorize the previously dispatched event? If an event has been memorized it is automatically dispatched
remove(listener, context) → {function} Remove a single event listener
active : boolean If binding is active and should be executed. Default Value
halt() Stop propagation of the event, blocking the dispatch to next listener on the queue. This should be called only during
has(listener, context) → {boolean} Check if a specific listener is
new Signal() Signals are what Phaser uses to handle events and event dispatching.You can listen for a Signal by binding a callback
new SignalBinding(signal, listener, isOnce, listenerContext, priority, args)
isOnce() → {boolean} Returns boolean
Page 2 of 3