TriggerEntityData

Inherits from GameEntityData

Summary

Constructors

TriggerEntityData()
TriggerEntityData(guid: Guid)
TriggerEntityData(other: GameEntityData)
TriggerEntityData(other: SpatialEntityData)
TriggerEntityData(other: EntityData)
TriggerEntityData(other: GameObjectData)
TriggerEntityData(other: GameDataContainer)
TriggerEntityData(other: DataContainer)

Properties

Name Type
delay float
runOnce bool

Static members

Name Type
TriggerEntityData.typeInfo TypeInformation

Constructors

TriggerEntityData

TriggerEntityData()

Creates a new TriggerEntityData frostbite instance.

TriggerEntityData

TriggerEntityData(guid: Guid)

Creates a new TriggerEntityData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

TriggerEntityData

TriggerEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to TriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to TriggerEntityData.

TriggerEntityData

TriggerEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to TriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to TriggerEntityData.

TriggerEntityData

TriggerEntityData(other: EntityData)

Casts an instance of type EntityData to TriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to TriggerEntityData.

TriggerEntityData

TriggerEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to TriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to TriggerEntityData.

TriggerEntityData

TriggerEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to TriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to TriggerEntityData.

TriggerEntityData

TriggerEntityData(other: DataContainer)

Casts an instance of type DataContainer to TriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to TriggerEntityData.

Properties

delay

float

runOnce

bool

Static members

typeInfo

TypeInformation

The type information for the TriggerEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)