EventQueueEntityData
Inherits from EntityData
Summary
Constructors
EventQueueEntityData() |
EventQueueEntityData(guid: Guid) |
EventQueueEntityData(other: EntityData) |
EventQueueEntityData(other: GameObjectData) |
EventQueueEntityData(other: GameDataContainer) |
EventQueueEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
realm | Realm |
Static members
Name | Type |
---|---|
EventQueueEntityData.typeInfo | TypeInformation |
Constructors
EventQueueEntityData
EventQueueEntityData()
Creates a new EventQueueEntityData frostbite instance.
EventQueueEntityData
EventQueueEntityData(guid: Guid)
Creates a new EventQueueEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
EventQueueEntityData
EventQueueEntityData(other: EntityData)
Casts an instance of type EntityData to EventQueueEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to EventQueueEntityData. |
EventQueueEntityData
EventQueueEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to EventQueueEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to EventQueueEntityData. |
EventQueueEntityData
EventQueueEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to EventQueueEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to EventQueueEntityData. |
EventQueueEntityData
EventQueueEntityData(other: DataContainer)
Casts an instance of type DataContainer to EventQueueEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to EventQueueEntityData. |
Properties
realm
Static members
typeInfo
The type information for the EventQueueEntityData type.