AimAtOrderEntityData

Inherits from BFOrderEntityData

Summary

Constructors

AimAtOrderEntityData()
AimAtOrderEntityData(guid: Guid)
AimAtOrderEntityData(other: BFOrderEntityData)
AimAtOrderEntityData(other: OrderEntityData)
AimAtOrderEntityData(other: EntityData)
AimAtOrderEntityData(other: GameObjectData)
AimAtOrderEntityData(other: GameDataContainer)
AimAtOrderEntityData(other: DataContainer)

Static members

Name Type
AimAtOrderEntityData.typeInfo TypeInformation

Constructors

AimAtOrderEntityData

AimAtOrderEntityData()

Creates a new AimAtOrderEntityData frostbite instance.

AimAtOrderEntityData

AimAtOrderEntityData(guid: Guid)

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

Parameters

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

AimAtOrderEntityData

AimAtOrderEntityData(other: BFOrderEntityData)

Casts an instance of type BFOrderEntityData to AimAtOrderEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other BFOrderEntityData The instance to cast to AimAtOrderEntityData.

AimAtOrderEntityData

AimAtOrderEntityData(other: OrderEntityData)

Casts an instance of type OrderEntityData to AimAtOrderEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other OrderEntityData The instance to cast to AimAtOrderEntityData.

AimAtOrderEntityData

AimAtOrderEntityData(other: EntityData)

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

Parameters

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

AimAtOrderEntityData

AimAtOrderEntityData(other: GameObjectData)

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

Parameters

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

AimAtOrderEntityData

AimAtOrderEntityData(other: GameDataContainer)

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

Parameters

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

AimAtOrderEntityData

AimAtOrderEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the AimAtOrderEntityData type.

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