FollowClosestHumanOrderEntityData

Inherits from FollowPlayerOrderEntityData

Summary

Constructors

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

Static members

Name Type
FollowClosestHumanOrderEntityData.typeInfo TypeInformation

Constructors

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData()

Creates a new FollowClosestHumanOrderEntityData frostbite instance.

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData(guid: Guid)

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

Parameters

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

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData(other: FollowPlayerOrderEntityData)

Casts an instance of type FollowPlayerOrderEntityData to FollowClosestHumanOrderEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other FollowPlayerOrderEntityData The instance to cast to FollowClosestHumanOrderEntityData.

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData(other: BFOrderEntityData)

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

Parameters

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

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData(other: OrderEntityData)

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

Parameters

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

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData(other: EntityData)

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

Parameters

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

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData(other: GameObjectData)

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

Parameters

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

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData(other: GameDataContainer)

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

Parameters

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

FollowClosestHumanOrderEntityData

FollowClosestHumanOrderEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the FollowClosestHumanOrderEntityData type.

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