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

◆ SetHealth()

void DebugMonitor::SetHealth ( float value)
inlineprivate

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

58 {
59 string health = string.Format(" %1", value.ToString());
60 m_HealthValue.SetText(health);
61 }
TextWidget m_HealthValue
Определения DebugMonitor.c:9
proto string ToString(bool simple=true)

Перекрестные ссылки m_HealthValue и float::ToString().