sound.play(sfx, options, callbacks)
Play a registered sample/sfx by id and return a live handle.
| Name | Type | Required | Description |
|---|---|---|---|
sfx |
string | yes | Sample id/path to play. |
options |
object | no | Playback options (volume, pan, loop, speed, etc). |
callbacks |
object | no | Lifecycle callbacks (for example kill handlers). |
object
No additional runtime notes yet.
No additional details yet.