Skip to main content

entity.components

Overview

  • List all component type names attached to an entity.

Metadata

FieldValue
DisplayEntity Components
Categoryentity
AccessUserCheat
ScopeB2Authority
Tags
AliasesEntityComponents

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)

Returns

  • Return shape is not declared for this command.

Usage

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