audio_settings_menu
Audio Settings Menu — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | audio_settings_menu |
| Type | Misc |
| Color | Cyan |
| Icon | fa6-solid:volume-high |
Description
Opens the Audio Settings menu for a player. Shows per-layer volume controls as clickable items. Supported button types: AUDIO_VOLUME_UP, AUDIO_VOLUME_DOWN, AUDIO_LAYER_MUTE, AUDIO_CLOSE
Fields
| Field | Type | Description |
|---|---|---|
inventoryTitle | Var<String> | Title of the inventory |
inventoryRows | Int | Number of rows (1-6) |
guiType | GuiType | GUI type to use (CUSTOM, BOOK, FURNACE, etc.) |
layoutPool | List<LayoutData> | Pool of layout definitions. |
mainLayoutId | String? | ID of the main layout to display from the pool. |
audio | GuiAudioData | Audio configuration for the GUI. |
Usage Example
- entry: audio_settings_menu
name: "Audio Settings Menu"
inventoryTitle: ""
inventoryRows: 0
guiType: ""
layoutPool: []
mainLayoutId: ""
audio: ""