camera.get_settings
Overview
- Returns camera/input settings: FOV, mouse sensitivity, scroll wheel speeds, edge scroll state.
Metadata
| Field | Value |
|---|---|
| Display | Get Camera Settings |
| Category | camera |
| 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 |
|---|---|---|---|
fov | string | yes | Field of view |
mouse_sensitivity | string | yes | Follow-view mouse sensitivity |
follow_wheel_speed | string | yes | Follow-view scroll wheel speed |
top_wheel_speed | string | yes | Top-view scroll wheel speed |
edge_scroll_disabled | string | yes | Whether edge scrolling is disabled |
Usage
await inzoi.cli.execute('camera.get_settings');