Skip to content

Commit e2092df

Browse files
Added stopall event docs
1 parent 996a77c commit e2092df

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
@@ -277,6 +277,10 @@ var BaseSoundManager = new Class({
277277
this.forEachActiveSound(function (sound) {
278278
sound.stop();
279279
});
280+
/**
281+
* @event Phaser.Sound.BaseSoundManager#stopall
282+
* @param {Phaser.Sound.BaseSoundManager} soundManager - Reference to the sound manager that emitted event.
283+
*/
280284
this.emit('stopall', this);
281285
},
282286
/**

0 commit comments

Comments
 (0)