active : boolean Is the Signal active? Only active signals will broadcast dispatched events. Setting this property during
removeAll(context) Remove all event listeners. Parameters
toString() → {string} A string representation of the object. Returns
add(listener, listenerContext, priority, args)
remove(listener, context) → {function} Remove a single event listener
memorize : boolean Memorize the previously dispatched event? If an event has been memorized it is automatically dispatched
new Signal() Signals are what Phaser uses to handle events and event dispatching.You can listen for a Signal by binding a callback
getNumListeners() → {integer} Gets the total number of listeners attached to this Signal.
forget() Forget the currently memorized event
has(listener, context) → {boolean} Check if a specific listener is
Page 1 of 2