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

◆ OnInit()

void Backlit::OnInit ( DayZGame game)
inlineprivate

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

111 {
112 // enable only on client/ standalone!
113 if( game.IsClient() || !game.IsMultiplayer() )
114 m_BacklitActive = true;
115
116 if( m_BacklitActive )
117 Print("... Backlit Effects Enabled");
118 }
bool m_BacklitActive
Определения Backlit.c:108
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки m_BacklitActive и Print().