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

◆ ProcessLighting()

void ProcessLighting ( float timeSlice)
protected

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

308 {
309 #ifdef DEVELOPER
310 if (!DiagMenu.GetBool(DiagMenuIDs.UNDERGROUND_DISABLE_DARKENING) )
311 {
313 }
314 else
315 {
317 }
318 #else
320 #endif
321 }
DiagMenuIDs
Определения EDiagMenuIDs.c:2
float m_LightingLerp
Определения UndergroundHandlerClient.c:30
proto native World GetWorld()
Определения EnDebug.c:233
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().