GunnerSpottingTrackerData
Inherits from HudTrackerData
Summary
Constructors
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
spottedVehicleIcon
Static members
typeInfo
The type information for the GunnerSpottingTrackerData type.