DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnSwimmingStop()

void Backlit::OnSwimmingStop ( )
inlineprivate

См. определение в файле Backlit.c строка 196

197 {
198 if( !m_BacklitActive )
199 return; // always return when backlit not present!
200
201 if( GetGame().GetMission().GetHud() )
202 {
203 // enqueue background
204 GetUApi().Backlit_Background(0,0xff220000,0xff222222);
205 // force update player
206 UpdatePlayer(true);
207 }
208 }
proto native UAInputAPI GetUApi()
void UpdatePlayer(bool bForce)
Определения Backlit.c:342
bool m_BacklitActive
Определения Backlit.c:108
proto native void Backlit_Background(int eType, int iColor1, int iColor2)
proto native CGame GetGame()

Перекрестные ссылки UAInputAPI::Backlit_Background(), GetGame(), GetUApi(), m_BacklitActive и UpdatePlayer().