Skip to main content

entity.get_object_info

Overview

  • Returns detailed info for a game object: data table ID, category, tags, asset path, template, mesh components, and location.

Metadata

FieldValue
DisplayGet Object Info
Categoryentity
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdyesEntity ID of the game object

Returns

  • Freeform result (shape is not fixed).

Object detail object. Most fields are conditional; includes dynamic-keyed mesh_name_map, nested mesh_components array and a location {x,y,z} object.

Usage

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