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

◆ StopHeating()

void StopHeating ( )
protected

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

1948 {
1949 if (!m_HeatingTimer)
1950 return;
1951
1952 m_HeatingTimer.Stop();
1953 m_HeatingTimer = null;
1954 }
ref Timer m_HeatingTimer
value for calculating of wetness that fireplace gain when raining
Определения FireplaceBase.c:92

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

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