Skip to main content

appearance.scan_garments

Overview

  • List the character's currently equipped garments (Top, Bottom, Shoes, ...), with which slots have color/AI texture overrides.

Metadata

FieldValue
DisplayScan Garments
Categoryappearance
AccessScriptCheat
ScopeB1Standalone
TagsExperimental
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)

Returns

Returns a JSON object with the following fields:

FieldTypeRequiredDescription
entity_identityIdyesCharacter entity id
garmentsarrayyesEquipped garment slots
garments[].typestringyesGarment slot type (Top, Bottom, ...)
garments[].mesh_idstringyesMesh id
garments[].garment_idstringyesGarment id
garments[].has_colorboolyesWhether a custom color override exists
garments[].has_ai_textureboolyesWhether an AI texture override exists

Usage

await inzoi.cli.execute('appearance.scan_garments', {
entity_id: 0, // optional
});