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

◆ OnFinishProgressClient()

override void ActionMeasureTemperatureSelf::OnFinishProgressClient ( ActionData action_data)
inlineprivate

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

37 {
38 Thermometer thermometer = Thermometer.Cast(action_data.m_MainItem);
39
40 if (thermometer)
41 {
42 float value = thermometer.GetTemperatureValue(action_data.m_Player);
43 action_data.m_Player.m_Hud.SetTemperature(value.ToString() + "#degrees_celsius");
44 }
45
46 }
proto string ToString(bool simple=true)

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