appearance.jacket
Overview
- Manage jacket. action=get (default): show current info. add: equip random. change: switch to different. remove: take off.
Metadata
| Field | Value |
|---|---|
| Display | Jacket |
| Category | appearance |
| Access | ScriptCheat |
| Scope | B2Authority |
| Tags | Experimental |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Target entity ID (default: possessed) |
| action | string | no | get | get (default), add, change, remove |
| id | name | no | — | Specific mesh ID to equip (for add/change). Omit for random. |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('appearance.jacket', {
entity_id: 0, // optional
action: 'get', // optional
id: '', // optional
});
Back to Command FinderSearch and filter all 318 CLI documents