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

◆ IsInsideBuilding()

bool IsInsideBuilding ( )
protected

Is character inside building? (periodically checked - GameConstants.ENVIRO_TICK_ROOF_RC_CHECK).

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

314 {
315 return m_Player.IsSoundInsideBuilding();
316 }
DayZPlayer m_Player
Определения Hand_Events.c:42

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

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