FollowAISoldierOrderEntityData

Inherits from FollowPlayerOrderEntityData

Summary

Constructors

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

Static members

Name Type
FollowAISoldierOrderEntityData.typeInfo TypeInformation

Constructors

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData()

Creates a new FollowAISoldierOrderEntityData frostbite instance.

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData(guid: Guid)

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

Parameters

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

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData(other: FollowPlayerOrderEntityData)

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

Parameters

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

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData(other: BFOrderEntityData)

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

Parameters

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

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData(other: OrderEntityData)

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

Parameters

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

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData(other: EntityData)

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

Parameters

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

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData(other: GameObjectData)

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

Parameters

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

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData(other: GameDataContainer)

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

Parameters

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

FollowAISoldierOrderEntityData

FollowAISoldierOrderEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the FollowAISoldierOrderEntityData type.

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