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

◆ OnPlayerConditionChanged()

void IngameHudHeatBuffer::OnPlayerConditionChanged ( PlayerBase player)
inlineprotected

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

50 {
51 #ifdef HEATBUFFER_INDICATOR_DEBUG
52 Print("IngameHudHeatBuffer::OnPlayerConditionChanged");
53 #endif
54
55 if (player == m_Player)
56 m_Update = true;
57 }
PlayerBase m_Player
Определения IngameHudHeatBuffer.c:11
bool m_Update
Определения IngameHudHeatBuffer.c:10
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки m_Player, m_Update и Print().

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