Skip to main content

uimod3d.list

Overview

  • Lists all currently attached 3D UI mod instances with their entity_id, URL, and transform.

Metadata

FieldValue
DisplayList 3D UI Mods
Categoryuimod3d
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

  • This command takes no parameters.

Returns

Returns a JSON array; each element is an object with the following fields:

FieldTypeRequiredDescription
entity_identityIdyesTarget entity ID
urlstringyesLoaded Cohtml URL
locationarrayyesRelative location [x, y, z]
rotationarrayyesRelative rotation [pitch, yaw, roll]
scalearrayyesRelative scale [x, y, z]

Usage

await inzoi.cli.execute('uimod3d.list');