We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As expected, calling sound.play() is silenced while ig.Sound.enabled == false, however, ig.music.play() is unaffected by the boolean.
sound.play()
ig.Sound.enabled == false
ig.music.play()
Activity