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

◆ OnEngineStop() [8/8]

override void CarScript::OnEngineStop ( )
inlineprotected

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

41 {
42 super.OnEngineStop();
43
44 if (GetGame().IsServer() || !GetGame().IsMultiplayer())
45 {
46 m_UTSource.SetDefferedActive(false, 10.0);
47 }
48 }
ref UniversalTemperatureSource m_UTSource
Определения CivilianSedan.c:3
proto native CGame GetGame()

Перекрестные ссылки GetGame() и m_UTSource.