uimod3d.detach
Overview
- Removes a 3D UI that was attached to an actor via uimod3d.attach.
Metadata
| Field | Value |
|---|---|
| Display | Detach 3D UI Mod |
| Category | uimod3d |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Target actor entity_id |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('uimod3d.detach', {
entity_id: 0, // optional
});