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

◆ OnSwitchOn()

override void FlammableBase::OnSwitchOn ( )
inlineprotected

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

215 {
216 if (!GetCompEM().HasEnoughStoredEnergy())
217 {
218 GetCompEM().SwitchOff();
219 }
220
221 if (g_Game.IsServer() || !g_Game.IsMultiplayer())
222 {
223 m_UTSource.SetActive(true);
224 }
225 }
DayZGame g_Game
Определения DayZGame.c:3942
ref UniversalTemperatureSource m_UTSource
Определения Torch.c:35

Перекрестные ссылки g_Game и m_UTSource.