-
Notifications
You must be signed in to change notification settings - Fork 0
Full Action Reference Audio
Gabe1290 edited this page Aug 11, 2026
·
1 revision
Home | Preset Guide | Event Reference
Auto-generated from the IDE's action registry by
tools/gen_action_reference.py— do not edit by hand; re-run the generator after changing actions.
| Property | Value |
|---|---|
| Name | check_sound |
| Icon | ❓🔊 |
| Category | Audio |
Conditional: true if the given sound is currently playing
| Parameter | Type | Default | Notes |
|---|---|---|---|
sound |
Sound | — | Sound to check |
not_flag |
Yes/No | No | Invert the result; optional |
| Property | Value |
|---|---|
| Name | play_music |
| Icon | 🎵 |
| Category | Audio |
Play background music (looping)
| Parameter | Type | Default | Notes |
|---|---|---|---|
music |
Sound | — | Music file to play |
loop |
Yes/No | Yes | Loop the music |
volume |
Number | 0.7 |
Volume (0.0 to 1.0) |
| Property | Value |
|---|---|
| Name | play_sound |
| Icon | 🔊 |
| Category | Audio |
Play a sound effect once
| Parameter | Type | Default | Notes |
|---|---|---|---|
sound |
Sound | — | Sound to play |
volume |
Number | 1.0 |
Volume (0.0 to 1.0) |
| Property | Value |
|---|---|
| Name | set_volume |
| Icon | 🔉 |
| Category | Audio |
Set global sound/music volume
| Parameter | Type | Default | Notes |
|---|---|---|---|
volume |
Number | 1.0 |
Volume (0.0 to 1.0) |
| Property | Value |
|---|---|
| Name | stop_music |
| Icon | 🔇 |
| Category | Audio |
Stop background music
Parameters: none
| Property | Value |
|---|---|
| Name | stop_sound |
| Icon | 🔇 |
| Category | Audio |
Stop a playing sound
| Parameter | Type | Default | Notes |
|---|---|---|---|
sound |
Sound | — | Sound to stop |