MultipleTriggerEntityData

Inherits from TriggerEventEntityData

Summary

Constructors

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

Properties

Name Type
triggerAmount int

Static members

Name Type
MultipleTriggerEntityData.typeInfo TypeInformation

Constructors

MultipleTriggerEntityData

MultipleTriggerEntityData()

Creates a new MultipleTriggerEntityData frostbite instance.

MultipleTriggerEntityData

MultipleTriggerEntityData(guid: Guid)

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

Parameters

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

MultipleTriggerEntityData

MultipleTriggerEntityData(other: TriggerEventEntityData)

Casts an instance of type TriggerEventEntityData to MultipleTriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TriggerEventEntityData The instance to cast to MultipleTriggerEntityData.

MultipleTriggerEntityData

MultipleTriggerEntityData(other: TriggerEntityData)

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

Parameters

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

MultipleTriggerEntityData

MultipleTriggerEntityData(other: GameEntityData)

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

Parameters

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

MultipleTriggerEntityData

MultipleTriggerEntityData(other: SpatialEntityData)

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

Parameters

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

MultipleTriggerEntityData

MultipleTriggerEntityData(other: EntityData)

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

Parameters

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

MultipleTriggerEntityData

MultipleTriggerEntityData(other: GameObjectData)

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

Parameters

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

MultipleTriggerEntityData

MultipleTriggerEntityData(other: GameDataContainer)

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

Parameters

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

MultipleTriggerEntityData

MultipleTriggerEntityData(other: DataContainer)

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

Parameters

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

Properties

triggerAmount

int

Static members

typeInfo

TypeInformation

The type information for the MultipleTriggerEntityData type.

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