Arma Reforger Script API
|
Nametag zone config root. More...
Public Member Functions | |
void | AdjustZoneRanges (float FOVZoomed) |
Adjust zone range based on zoom. | |
void | RestoreZoneRanges () |
void | SCR_NameTagConfig () |
void | ~SCR_NameTagConfig () |
Public Attributes | |
ResourceName | m_sNametagLayout |
ref SCR_NameTagCollectorBase | m_aSourceEntities |
ref SCR_NameTagRulesetBase | m_aVisibilityRuleset |
bool | m_bAdjustZoneRangeOnZoom |
ref array< ref SCR_NameTagZone > | m_aZones |
int | m_iZoneCount |
float | m_fFarthestZoneRange |
float | m_fFarthestZoneRangeOriginal |
float | m_fFarthestZoneRangePow2 |
Static Public Attributes | |
const int | REFERENCE_FOV = 75 |
const int | MAX_ZONE_RANGE = 500 |
Nametag zone config root.
void SCR_NameTagConfig.SCR_NameTagConfig | ( | ) |
void SCR_NameTagConfig.~SCR_NameTagConfig | ( | ) |
void SCR_NameTagConfig.AdjustZoneRanges | ( | float | FOVZoomed | ) |
Adjust zone range based on zoom.
FOVZoomed | is the new FOV we are adjusting to |
void SCR_NameTagConfig.RestoreZoneRanges | ( | ) |
ref SCR_NameTagCollectorBase SCR_NameTagConfig.m_aSourceEntities |
ref SCR_NameTagRulesetBase SCR_NameTagConfig.m_aVisibilityRuleset |
ref array<ref SCR_NameTagZone> SCR_NameTagConfig.m_aZones |
bool SCR_NameTagConfig.m_bAdjustZoneRangeOnZoom |
float SCR_NameTagConfig.m_fFarthestZoneRange |
float SCR_NameTagConfig.m_fFarthestZoneRangeOriginal |
float SCR_NameTagConfig.m_fFarthestZoneRangePow2 |
int SCR_NameTagConfig.m_iZoneCount |
ResourceName SCR_NameTagConfig.m_sNametagLayout |
|
static |
|
static |