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

◆ Hide() [2/2]

void Hide ( bool force)
protected

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

869 {
870 if (force)
871 {
872 while (m_Counter > 0)
873 {
874 Dec();
875 }
876 }
877
878 if (m_Counter <= 0)
879 {
880 m_WidgetRoot.Show(false);
883 m_HintPanel = null;
884 }
885 }
ref UiHintPanelLoading m_HintPanel
Определения DayZGame.c:706
void Dec()
Определения DayZGame.c:771
class DayZProfilesOptions m_WidgetRoot
int m_Counter
Определения DayZGame.c:704
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().