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