appearance.scan_garments
Overview
- List the character's currently equipped garments (Top, Bottom, Shoes, ...), with which slots have color/AI texture overrides.
Metadata
| Field | Value |
|---|---|
| Display | Scan Garments |
| Category | appearance |
| Access | ScriptCheat |
| Scope | B1Standalone |
| Tags | Experimental |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Target entity ID (default: possessed) |
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
entity_id | entityId | yes | Character entity id |
garments | array | yes | Equipped garment slots |
garments[].type | string | yes | Garment slot type (Top, Bottom, ...) |
garments[].mesh_id | string | yes | Mesh id |
garments[].garment_id | string | yes | Garment id |
garments[].has_color | bool | yes | Whether a custom color override exists |
garments[].has_ai_texture | bool | yes | Whether an AI texture override exists |
Usage
await inzoi.cli.execute('appearance.scan_garments', {
entity_id: 0, // optional
});
Back to Command FinderSearch and filter all 318 CLI documents