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

◆ IsUnderRoof()

bool IsUnderRoof ( )
protected

Is character under roof (periodically checked - GameConstants.ENVIRO_TICK_ROOF_RC_CHECK). Runs when player is not inside of building.

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

306 {
307 return m_IsUnderRoof;
308 }
bool m_IsUnderRoof
Определения Environment.c:68

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

Используется в GetEnvironmentTemperature(), GetWetDelta(), NakedBodyPartHeatComfortPenalty() и Update().