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