FollowPlayerOrderEntityData

Inherits from BFOrderEntityData

Summary

Constructors

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

Properties

Name Type
formation FormationData | nil
combatForbidden bool

Static members

Name Type
FollowPlayerOrderEntityData.typeInfo TypeInformation

Constructors

FollowPlayerOrderEntityData

FollowPlayerOrderEntityData()

Creates a new FollowPlayerOrderEntityData frostbite instance.

FollowPlayerOrderEntityData

FollowPlayerOrderEntityData(guid: Guid)

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

Parameters

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

FollowPlayerOrderEntityData

FollowPlayerOrderEntityData(other: BFOrderEntityData)

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

Parameters

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

FollowPlayerOrderEntityData

FollowPlayerOrderEntityData(other: OrderEntityData)

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

Parameters

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

FollowPlayerOrderEntityData

FollowPlayerOrderEntityData(other: EntityData)

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

Parameters

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

FollowPlayerOrderEntityData

FollowPlayerOrderEntityData(other: GameObjectData)

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

Parameters

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

FollowPlayerOrderEntityData

FollowPlayerOrderEntityData(other: GameDataContainer)

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

Parameters

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

FollowPlayerOrderEntityData

FollowPlayerOrderEntityData(other: DataContainer)

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

Parameters

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

Properties

formation

FormationData | nil

combatForbidden

bool

Static members

typeInfo

TypeInformation

The type information for the FollowPlayerOrderEntityData type.

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