PlayerOrderTrackerData

Inherits from HudTrackerData

Summary

Constructors

PlayerOrderTrackerData()
PlayerOrderTrackerData(guid: Guid)
PlayerOrderTrackerData(other: HudTrackerData)
PlayerOrderTrackerData(other: UIPartData)
PlayerOrderTrackerData(other: DataContainer)

Properties

Name Type
attackIcon UIHudIcon
defendIcon UIHudIcon
moveToIcon UIHudIcon

Static members

Name Type
PlayerOrderTrackerData.typeInfo TypeInformation

Constructors

PlayerOrderTrackerData

PlayerOrderTrackerData()

Creates a new PlayerOrderTrackerData frostbite instance.

PlayerOrderTrackerData

PlayerOrderTrackerData(guid: Guid)

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

Parameters

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

PlayerOrderTrackerData

PlayerOrderTrackerData(other: HudTrackerData)

Casts an instance of type HudTrackerData to PlayerOrderTrackerData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other HudTrackerData The instance to cast to PlayerOrderTrackerData.

PlayerOrderTrackerData

PlayerOrderTrackerData(other: UIPartData)

Casts an instance of type UIPartData to PlayerOrderTrackerData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIPartData The instance to cast to PlayerOrderTrackerData.

PlayerOrderTrackerData

PlayerOrderTrackerData(other: DataContainer)

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

Parameters

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

Properties

attackIcon

UIHudIcon

defendIcon

UIHudIcon

moveToIcon

UIHudIcon

Static members

typeInfo

TypeInformation

The type information for the PlayerOrderTrackerData type.

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