gameplay.get_settings
Overview
- Returns gameplay settings: language, UI size, autonomy level, autosave config, character name format.
Metadata
| Field | Value |
|---|---|
| Display | Get Gameplay Settings |
| Category | gameplay |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
language | string | yes | Current language row id |
ui_size | string | yes | UI scale setting |
autonomy | string | yes | Autonomy level |
follow_global_autonomy | string | yes | Whether to follow global autonomy |
auto_save_enabled | string | yes | Whether autosave is enabled |
auto_save_interval | string | yes | Autosave interval |
character_name_format | string | yes | Character name display format |
roman_keyboard_layout | string | yes | Roman keyboard layout setting |
Usage
await inzoi.cli.execute('gameplay.get_settings');