Phaser API Documentation

  Version: 
<private> lockedActionsQueue: array

Description:

A queue of all actions performed on sound objects while audio was locked. Once the audio gets unlocked, after an explicit user interaction, all actions will be performed in chronological order. Array of object types: { sound: Phaser.Sound.HTML5AudioSound, name: string, value?: * }

Type:
array
Since: 3.0.0