Skip to main content

entity.get_character_info

Overview

  • Returns detailed character info including name, gender, growthStep, appearance (hair, skin, garments, accessories, body).

Metadata

FieldValue
DisplayGet Character Info
Categoryentity
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoEntity ID (default: possessed)

Returns

  • Freeform result (shape is not fixed).

Object with entity_id, name, first_name, last_name, gender, growth_step and optional appearance fields (hair_id, skin_color_id, garments[], accessories[], body_mass_ratio, ...). Fields present depend on character components; shape is not fixed.

Usage

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