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

◆ EOnPostSimulate() [8/8]

override void CarScript::EOnPostSimulate ( IEntity other,
float timeSlice )
inlineprotected

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

51 {
52 if (GetGame().IsServer() || !GetGame().IsMultiplayer())
53 {
54 if (m_UTSource.IsActive())
55 {
57 }
58 }
59 }
ref UniversalTemperatureSourceLambdaEngine m_UTSLEngine
Определения CivilianSedan.c:5
ref UniversalTemperatureSource m_UTSource
Определения CivilianSedan.c:3
ref UniversalTemperatureSourceSettings m_UTSSettings
Определения CivilianSedan.c:4
proto native CGame GetGame()

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