HudCapturePointTrackerData

Inherits from HudTrackerData

Summary

Constructors

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

Static members

Name Type
HudCapturePointTrackerData.typeInfo TypeInformation

Constructors

HudCapturePointTrackerData

HudCapturePointTrackerData()

Creates a new HudCapturePointTrackerData frostbite instance.

HudCapturePointTrackerData

HudCapturePointTrackerData(guid: Guid)

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

Parameters

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

HudCapturePointTrackerData

HudCapturePointTrackerData(other: HudTrackerData)

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

Parameters

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

HudCapturePointTrackerData

HudCapturePointTrackerData(other: UIPartData)

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

Parameters

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

HudCapturePointTrackerData

HudCapturePointTrackerData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the HudCapturePointTrackerData type.

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