play
Summary
Play a previously loaded sound effect.Signature
Parameters
sound
Type:string
Key that identifies the sound (as passed to load).
Returns
Type:void
Play a previously loaded sound effect.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Play a previously loaded sound effect.
abstract play(sound: string): void;
string
Key that identifies the sound (as passed to load).
void
Play a previously loaded sound effect.