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

◆ StopHeating()

void StopHeating ( )
protected

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

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

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

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