entity.get_possessed
Overview
- Returns the entity_id of the currently possessed character.
Metadata
| Field | Value |
|---|---|
| Display | Get Possessed Entity |
| Category | entity |
| Access | Public |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
entity_id | entityId | yes | Entity id of the possessed character |
Usage
await inzoi.cli.execute('entity.get_possessed');