DayZ 1.24
|
Private Member Functions | |
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) |
Private Attributes | |
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 |
|
inlineprivate |
Definition at line 211 of file Backlit.c.
References EUABLAYER_HINTKEY, GetUApi(), and m_BacklitActive.
Definition at line 221 of file Backlit.c.
References EUABLAYER_HINTKEY, and m_BacklitActive.
|
inlineprivate |
Definition at line 230 of file Backlit.c.
References EUABLAYER_ALL, GetUApi(), and m_BacklitActive.
Definition at line 239 of file Backlit.c.
References EUABACKLIT_FADEOUT_SLOW, EUABLAYER_VISKEY, GetUApi(), and m_BacklitActive.
|
inlineprivate |
Definition at line 121 of file Backlit.c.
References EUABACKLIT_ON, EUABLAYER_LOADING, GetUApi(), and m_BacklitActive.
|
inlineprivate |
Definition at line 148 of file Backlit.c.
References EUABLAYER_ALL, GetUApi(), and m_BacklitActive.
|
inlineprivate |
Definition at line 136 of file Backlit.c.
References EUABLAYER_ALL, GetUApi(), and m_BacklitActive.
|
inlineprivate |
Definition at line 158 of file Backlit.c.
References EUABLAYER_ALL, GetUApi(), and m_BacklitActive.
|
inlineprivate |
Definition at line 110 of file Backlit.c.
References m_BacklitActive, and Print().
|
inlineprivate |
Definition at line 168 of file Backlit.c.
References EUABLAYER_ALL, GetGame(), GetUApi(), m_BacklitActive, and UpdatePlayer().
|
inlineprivate |
Definition at line 184 of file Backlit.c.
References GetUApi(), and m_BacklitActive.
|
inlineprivate |
Definition at line 196 of file Backlit.c.
References GetGame(), GetUApi(), m_BacklitActive, and UpdatePlayer().
Definition at line 390 of file Backlit.c.
References EUABACKLIT_NONE, EUABACKLIT_ON, EUABLAYER_CAR, GetUApi(), m_BacklitActive, m_CELBefore, and m_GearBefore.
Definition at line 342 of file Backlit.c.
References EUABACKLIT_ON, EUABLAYER_ALL, EUABLAYER_CUSTOM, GetUApi(), m_BacklitActive, m_BloodBefore, m_BloodNew, m_HealthBefore, m_HealthNew, VisualiseBlood(), and VisualiseHealth().
Referenced by OnLeaveCar(), and OnSwimmingStop().
Definition at line 286 of file Backlit.c.
References EUABACKLIT_ON, EUABLAYER_HUMAN, and GetUApi().
Referenced by UpdatePlayer().
Definition at line 248 of file Backlit.c.
References EUABACKLIT_ON, EUABLAYER_HUMAN, and GetUApi().
Referenced by UpdatePlayer().
|
private |
Definition at line 108 of file Backlit.c.
Referenced by HintClear(), HintShow(), KeybindingClear(), KeybindingShow(), LoadingAnim(), MainMenu_OnHide(), MainMenu_OnShow(), OnEnterCar(), OnInit(), OnLeaveCar(), OnSwimmingStart(), OnSwimmingStop(), RefreshVehicleLayout(), and UpdatePlayer().
|
private |
Definition at line 325 of file Backlit.c.
Referenced by UpdatePlayer().
|
private |
Definition at line 328 of file Backlit.c.
Referenced by SetBlood(), and UpdatePlayer().
Definition at line 388 of file Backlit.c.
Referenced by RefreshVehicleLayout().
|
private |
Definition at line 387 of file Backlit.c.
Referenced by RefreshVehicleLayout().
|
private |
Definition at line 324 of file Backlit.c.
Referenced by UpdatePlayer().
|
private |
Definition at line 327 of file Backlit.c.
Referenced by SetHealth(), and UpdatePlayer().