Skip to content

Commit e4e0879

Browse files
Added pauseall event docs
1 parent 532e506 commit e4e0879

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/sound/BaseSoundManager.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ var BaseSoundManager = new Class({
247247
this.forEachActiveSound(function (sound) {
248248
sound.pause();
249249
});
250+
/**
251+
* @event Phaser.Sound.BaseSoundManager#pauseall
252+
* @param {Phaser.Sound.BaseSoundManager} soundManager - Reference to the sound manager that emitted event.
253+
*/
250254
this.emit('pauseall', this);
251255
},
252256
/**

0 commit comments

Comments
 (0)