We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996a77c commit e2092dfCopy full SHA for e2092df
1 file changed
src/sound/BaseSoundManager.js
@@ -277,6 +277,10 @@ var BaseSoundManager = new Class({
277
this.forEachActiveSound(function (sound) {
278
sound.stop();
279
});
280
+ /**
281
+ * @event Phaser.Sound.BaseSoundManager#stopall
282
+ * @param {Phaser.Sound.BaseSoundManager} soundManager - Reference to the sound manager that emitted event.
283
+ */
284
this.emit('stopall', this);
285
},
286
/**
0 commit comments