HoldGroundOrderEntityData

Inherits from BFOrderEntityData

Summary

Constructors

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

Static members

Name Type
HoldGroundOrderEntityData.typeInfo TypeInformation

Constructors

HoldGroundOrderEntityData

HoldGroundOrderEntityData()

Creates a new HoldGroundOrderEntityData frostbite instance.

HoldGroundOrderEntityData

HoldGroundOrderEntityData(guid: Guid)

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

Parameters

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

HoldGroundOrderEntityData

HoldGroundOrderEntityData(other: BFOrderEntityData)

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

Parameters

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

HoldGroundOrderEntityData

HoldGroundOrderEntityData(other: OrderEntityData)

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

Parameters

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

HoldGroundOrderEntityData

HoldGroundOrderEntityData(other: EntityData)

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

Parameters

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

HoldGroundOrderEntityData

HoldGroundOrderEntityData(other: GameObjectData)

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

Parameters

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

HoldGroundOrderEntityData

HoldGroundOrderEntityData(other: GameDataContainer)

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

Parameters

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

HoldGroundOrderEntityData

HoldGroundOrderEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the HoldGroundOrderEntityData type.

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