remove_audio_bus
Remove an audio bus from your Godot project by its index (master bus at index 0 cannot be removed).
Instructions
Remove an audio bus by index (cannot remove Master at index 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Bus index to remove (1+, cannot remove Master) |