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

◆ ProcessLighting()

void ProcessLighting ( float timeSlice)
protected

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

309 {
310 #ifdef DEVELOPER
311 if (!DiagMenu.GetBool(DiagMenuIDs.UNDERGROUND_DISABLE_DARKENING) )
312 {
314 }
315 else
316 {
318 }
319 #else
321 #endif
322 }
DiagMenuIDs
Определения EDiagMenuIDs.c:2
float m_LightingLerp
Определения UndergroundHandlerClient.c:30
proto native World GetWorld()
Определения EnDebug.c:241
proto native void SetUserLightingLerp(float val)
proto native CGame GetGame()
static proto bool GetBool(int id, bool reverse=false)
Get value as bool from the given script id.

Перекрестные ссылки DiagMenu::GetBool(), GetGame(), CGame::GetWorld(), m_LightingLerp и World::SetUserLightingLerp().

Используется в Tick().