HudCapturePointTrackerData
Inherits from HudTrackerData
Summary
Constructors
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
The type information for the HudCapturePointTrackerData type.