building.show_user_dev_category
Overview
- Toggles user dev build category visibility in the UI.
Metadata
| Field | Value |
|---|---|
| Display | Show User Dev Category |
| Category | building |
| Access | UserCheat |
| Scope | B2Authority |
| Tags | — |
| Aliases | ShowUserDevCategory |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| enable | bool | yes | — | Show or hide user dev category |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('building.show_user_dev_category', {
enable: false,
});
Back to Command FinderSearch and filter all 318 CLI documents