uimod3d.list
Overview
- Lists all currently attached 3D UI mod instances with their entity_id, URL, and transform.
Metadata
| Field | Value |
|---|---|
| Display | List 3D UI Mods |
| Category | uimod3d |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON array; each element is an object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
entity_id | entityId | yes | Target entity ID |
url | string | yes | Loaded Cohtml URL |
location | array | yes | Relative location [x, y, z] |
rotation | array | yes | Relative rotation [pitch, yaw, roll] |
scale | array | yes | Relative scale [x, y, z] |
Usage
await inzoi.cli.execute('uimod3d.list');