mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Added stopall event docs
This commit is contained in:
parent
996a77cd10
commit
e2092dfacd
1 changed files with 4 additions and 0 deletions
|
@ -277,6 +277,10 @@ var BaseSoundManager = new Class({
|
|||
this.forEachActiveSound(function (sound) {
|
||||
sound.stop();
|
||||
});
|
||||
/**
|
||||
* @event Phaser.Sound.BaseSoundManager#stopall
|
||||
* @param {Phaser.Sound.BaseSoundManager} soundManager - Reference to the sound manager that emitted event.
|
||||
*/
|
||||
this.emit('stopall', this);
|
||||
},
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue