You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Phaser.Sound.HTML5AudioSound} sound - Sound object on which to perform queued action.
205
+
* @param {string} prop - Name of the method to be called or property to be assigned a value to.
206
+
* @param {*} [value] - An optional parameter that either holds an array of arguments to be passed to the method call or value to be set to the property.
207
+
* @returns {boolean} Whether the sound manager is locked.
0 commit comments