Class: ScriptEventReceived
Defined in: livelink.js/sources/scene/ScriptEvents.ts:12
The event that is fired when an entity receives a script event.
Extends
Event
Properties
Property | Modifier | Type | Description |
---|---|---|---|
emitter_entity | readonly | null | Entity | The entity that emitted the script event. |
data_object | readonly | ScriptDataObject | The data object associated with the script event. |