AirRadarData
Inherits from UIPartData
Summary
Constructors
| AirRadarData() |
| AirRadarData(guid: Guid) |
| AirRadarData(other: UIPartData) |
| AirRadarData(other: DataContainer) |
Properties
Static members
| Name | Type |
|---|---|
| AirRadarData.typeInfo | TypeInformation |
Constructors
AirRadarData
AirRadarData()
Creates a new AirRadarData frostbite instance.
AirRadarData
AirRadarData(guid: Guid)
Creates a new AirRadarData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
AirRadarData
AirRadarData(other: UIPartData)
Casts an instance of type UIPartData to AirRadarData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UIPartData | The instance to cast to AirRadarData. |
AirRadarData
AirRadarData(other: DataContainer)
Casts an instance of type DataContainer to AirRadarData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to AirRadarData. |
Properties
radarRange
float
radarSensitivity
float
heatSensitivity
float
missileIcon
centerIcon
friendlyIcon
enemyIcon
laserPaintedIcon
northIcon
subScreen
westIcon
southIcon
eastIcon
trackLaserPaintedObjects
bool
trackOnlyUsedVehicles
bool
useCameraComponentTransform
bool
Static members
typeInfo
The type information for the AirRadarData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)