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

◆ Hide() [2/2]

void Hide ( bool force)
protected

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

871 {
872 if (force)
873 {
874 while (m_Counter > 0)
875 {
876 Dec();
877 }
878 }
879
880 if (m_Counter <= 0)
881 {
882 m_WidgetRoot.Show(false);
885 m_HintPanel = null;
886 }
887 }
ref UiHintPanelLoading m_HintPanel
Определения DayZGame.c:708
void Dec()
Определения DayZGame.c:773
class DayZProfilesOptions m_WidgetRoot
int m_Counter
Определения DayZGame.c:706
static proto native void SetUserData(Widget inst)
static proto native void SetProgressData(Widget inst)
Определения ProgressAsync.c:2

Перекрестные ссылки Dec(), m_Counter, m_HintPanel, m_WidgetRoot, ProgressAsync::SetProgressData() и ProgressAsync::SetUserData().