appearance.get_outfit_category
Overview
- Returns the character's current base outfit category and any active overlay outfits.
Metadata
| Field | Value |
|---|---|
| Display | Get Outfit Category |
| Category | appearance |
| Access | Public |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Character entity ID (default: possessed) |
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
base_category | string | yes | Current base outfit category |
active_overlays | array | no | Active overlay outfits (present only when any exist) |
active_overlays[].category | string | yes | Overlay outfit category |
Usage
await inzoi.cli.execute('appearance.get_outfit_category', {
entity_id: 0, // optional
});
Back to Command FinderSearch and filter all 318 CLI documents