UnderFireTriggerEntityData

Inherits from TriggerEntityData

Summary

Constructors

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

Properties

Name Type
radius float
coolDownTime float
triggerOnMaterialOnly MaterialContainerPair | nil
triggeredBy AreaTriggerInclude
disableIfTrackEntityIsLost bool
randomYaw bool
indicateHit bool

Static members

Name Type
UnderFireTriggerEntityData.typeInfo TypeInformation

Constructors

UnderFireTriggerEntityData

UnderFireTriggerEntityData()

Creates a new UnderFireTriggerEntityData frostbite instance.

UnderFireTriggerEntityData

UnderFireTriggerEntityData(guid: Guid)

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

Parameters

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

UnderFireTriggerEntityData

UnderFireTriggerEntityData(other: TriggerEntityData)

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

Parameters

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

UnderFireTriggerEntityData

UnderFireTriggerEntityData(other: GameEntityData)

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

Parameters

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

UnderFireTriggerEntityData

UnderFireTriggerEntityData(other: SpatialEntityData)

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

Parameters

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

UnderFireTriggerEntityData

UnderFireTriggerEntityData(other: EntityData)

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

Parameters

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

UnderFireTriggerEntityData

UnderFireTriggerEntityData(other: GameObjectData)

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

Parameters

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

UnderFireTriggerEntityData

UnderFireTriggerEntityData(other: GameDataContainer)

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

Parameters

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

UnderFireTriggerEntityData

UnderFireTriggerEntityData(other: DataContainer)

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

Parameters

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

Properties

radius

float

coolDownTime

float

triggerOnMaterialOnly

MaterialContainerPair | nil

triggeredBy

AreaTriggerInclude

disableIfTrackEntityIsLost

bool

randomYaw

bool

indicateHit

bool

Static members

typeInfo

TypeInformation

The type information for the UnderFireTriggerEntityData type.

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