environment.set_season_length
Overview
- Sets how many days each season lasts. Allowed values: 7, 14, 21, 28.
Metadata
| Field | Value |
|---|---|
| Display | Set Season Length |
| Category | environment |
| Access | UserCheat |
| Scope | B2Authority |
| Tags | — |
| Aliases | SetSeasonLength, world.set_season_length |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| length | int | yes | — | Season length in days (7, 14, 21, or 28) |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('environment.set_season_length', {
length: 0,
});
Back to Command FinderSearch and filter all 318 CLI documents