GunnerSpottingTrackerData

Inherits from HudTrackerData

Summary

Constructors

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

Properties

Name Type
spottedInfantryIcon UIHudIcon
spottedVehicleIcon UIHudIcon

Static members

Name Type
GunnerSpottingTrackerData.typeInfo TypeInformation

Constructors

GunnerSpottingTrackerData

GunnerSpottingTrackerData()

Creates a new GunnerSpottingTrackerData frostbite instance.

GunnerSpottingTrackerData

GunnerSpottingTrackerData(guid: Guid)

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

Parameters

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

GunnerSpottingTrackerData

GunnerSpottingTrackerData(other: HudTrackerData)

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

Parameters

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

GunnerSpottingTrackerData

GunnerSpottingTrackerData(other: UIPartData)

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

Parameters

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

GunnerSpottingTrackerData

GunnerSpottingTrackerData(other: DataContainer)

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

Parameters

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

Properties

spottedInfantryIcon

UIHudIcon

spottedVehicleIcon

UIHudIcon

Static members

typeInfo

TypeInformation

The type information for the GunnerSpottingTrackerData type.

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