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

◆ StopHeating()

void StopHeating ( )
protected

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

1958 {
1959 if (!m_HeatingTimer)
1960 return;
1961
1962 m_HeatingTimer.Stop();
1963 m_HeatingTimer = null;
1964 }
ref Timer m_HeatingTimer
value for calculating of wetness that fireplace gain when raining
Определения FireplaceBase.c:93

Перекрестные ссылки m_HeatingTimer.

Используется в StopFire().