addOnce(listener, listenerContext, priority, args) → {Phaser.SignalBinding}
Add a one-time listener - the listener is automatically removed after the first execution. If there is as memorized event then it will be dispatched andthe listener will be removed immediately.
Parameters
Name Type Argument Default Description listener function The function to call when this Signal is dispatched. listenerContext object <optional> The context under which the listener will be executed