Class: ScriptEventReceived
Defined in: livelink.clients/livelink.base/sources/scene/ScriptEvents.ts:16
The event that is fired when an entity receives a script event.
Dispatched by the entity the script targets — listen with its addScriptEventListener method,
whose onReceived callback takes this event. The event name is the script event's own
<event_map_id>/<event_name> id, not a fixed key.
Extends
Event
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
emitter_entity | readonly | Entity | null | The entity that emitted the script event. |
data_object | readonly | ScriptDataObject | The data object associated with the script event. |