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

◆ OnUpdate() [2/2]

void UIPopupScript::OnUpdate ( )
inlineprivate

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

248 {
249 m_TxtWeatherTime.SetText(GetGame().GetWeather().GetTime().ToString());
250 }
proto string ToString()
float GetTime()
Определения NotificationSystem.c:35
TextWidget m_TxtWeatherTime
Определения UIPopupScriptSceneManager.c:15
proto native CGame GetGame()

Перекрестные ссылки GetGame(), GetTime(), m_TxtWeatherTime и ToString().