Backlit effect class. Подробнее...
Закрытые члены | |
void | OnInit (DayZGame game) |
void | LoadingAnim () |
void | MainMenu_OnShow () |
void | MainMenu_OnHide () |
void | OnEnterCar () |
void | OnLeaveCar () |
void | OnSwimmingStart () |
void | OnSwimmingStop () |
void | HintClear () |
void | HintShow (UAInput action) |
void | KeybindingClear () |
void | KeybindingShow (int keyHash) |
void | VisualiseHealth (int iLevel) |
void | VisualiseBlood (int iLevel) |
void | SetHealth (float fHealth) |
void | SetBlood (float fBlood) |
void | UpdatePlayer (bool bForce) |
void | RefreshVehicleLayout (int iGear, bool bCEL) |
Закрытые данные | |
bool | m_BacklitActive |
int | m_HealthBefore = -1 |
int | m_BloodBefore = -1 |
int | m_HealthNew = 0 |
int | m_BloodNew = 0 |
int | m_GearBefore = 0 |
bool | m_CELBefore = false |