> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# play

> Play a previously loaded sound effect.

# play

## Summary

Play a previously loaded sound effect.

## Signature

```typescript theme={null}
abstract play(sound: string): void;
```

## Parameters

### sound

**Type**:`string`

Key that identifies the sound (as passed to load).

## Returns

**Type**:`void`

Play a previously loaded sound effect.
