BFTargetEvaluatorComponentData

Inherits from TargetEvaluatorComponentData

Summary

Constructors

BFTargetEvaluatorComponentData()
BFTargetEvaluatorComponentData(guid: Guid)
BFTargetEvaluatorComponentData(other: TargetEvaluatorComponentData)
BFTargetEvaluatorComponentData(other: ComponentData)
BFTargetEvaluatorComponentData(other: GameObjectData)
BFTargetEvaluatorComponentData(other: GameDataContainer)
BFTargetEvaluatorComponentData(other: DataContainer)

Properties

Name Type
settings TargetEvaluationConstantData | nil

Static members

Name Type
BFTargetEvaluatorComponentData.typeInfo TypeInformation

Constructors

BFTargetEvaluatorComponentData

BFTargetEvaluatorComponentData()

Creates a new BFTargetEvaluatorComponentData frostbite instance.

BFTargetEvaluatorComponentData

BFTargetEvaluatorComponentData(guid: Guid)

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

Parameters

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

BFTargetEvaluatorComponentData

BFTargetEvaluatorComponentData(other: TargetEvaluatorComponentData)

Casts an instance of type TargetEvaluatorComponentData to BFTargetEvaluatorComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TargetEvaluatorComponentData The instance to cast to BFTargetEvaluatorComponentData.

BFTargetEvaluatorComponentData

BFTargetEvaluatorComponentData(other: ComponentData)

Casts an instance of type ComponentData to BFTargetEvaluatorComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to BFTargetEvaluatorComponentData.

BFTargetEvaluatorComponentData

BFTargetEvaluatorComponentData(other: GameObjectData)

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

Parameters

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

BFTargetEvaluatorComponentData

BFTargetEvaluatorComponentData(other: GameDataContainer)

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

Parameters

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

BFTargetEvaluatorComponentData

BFTargetEvaluatorComponentData(other: DataContainer)

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

Parameters

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

Properties

settings

TargetEvaluationConstantData | nil

Static members

typeInfo

TypeInformation

The type information for the BFTargetEvaluatorComponentData type.

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