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

◆ OnClick() [13/13]

override bool UIPopupScript::OnClick ( Widget w,
int x,
int y,
int button )
inlineprivate

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

80 {
81 super.OnClick(w, x, y, button);
82
83 if ( w == m_BtnSave )
84 {
94
95 PluginSceneManager editor = PluginSceneManager.Cast( GetPlugin(PluginSceneManager) );
98
99 PopupBack();
100
101 return true;
102 }
103 else if ( w == m_BtnCancel )
104 {
105
106 PopupBack();
107
108 return true;
109 }
110
111 return false;
112 }
Icon x
Icon y
PluginBase GetPlugin(typename plugin_type)
Определения PluginManager.c:316
int m_OrigYear
Определения UIPopupScriptSceneManager.c:30
int m_OrigMonth
Определения UIPopupScriptSceneManager.c:31
int m_CurrYear
Определения UIPopupScriptSceneManager.c:40
float m_CurrWindForce
Определения UIPopupScriptSceneManager.c:48
float m_CurrOvercast
Определения UIPopupScriptSceneManager.c:45
int m_CurrDay
Определения UIPopupScriptSceneManager.c:42
UIPopupScript PopupBack()
Определения UIPopupScript.c:37
int m_CurrHour
Определения UIPopupScriptSceneManager.c:43
int m_OrigDay
Определения UIPopupScriptSceneManager.c:32
ButtonWidget m_BtnCancel
Определения UIPopupScriptConfigs.c:4
int m_CurrMonth
Определения UIPopupScriptSceneManager.c:41
int m_OrigHour
Определения UIPopupScriptSceneManager.c:33
float m_OrigOvercast
Определения UIPopupScriptSceneManager.c:35
float m_OrigFog
Определения UIPopupScriptSceneManager.c:37
float m_OrigRain
Определения UIPopupScriptSceneManager.c:36
int m_OrigMinute
Определения UIPopupScriptSceneManager.c:34
ButtonWidget m_BtnSave
Определения UIPopupScriptInitScript.c:6
int m_CurrMinute
Определения UIPopupScriptSceneManager.c:44
float m_CurrRain
Определения UIPopupScriptSceneManager.c:46
float m_CurrFog
Определения UIPopupScriptSceneManager.c:47
float m_OrigWindForce
Определения UIPopupScriptSceneManager.c:38

Перекрестные ссылки GetPlugin(), m_BtnCancel, m_BtnSave, m_CurrDay, m_CurrFog, m_CurrHour, m_CurrMinute, m_CurrMonth, m_CurrOvercast, m_CurrRain, m_CurrWindForce, m_CurrYear, m_OrigDay, m_OrigFog, m_OrigHour, m_OrigMinute, m_OrigMonth, m_OrigOvercast, m_OrigRain, m_OrigWindForce, m_OrigYear, PopupBack(), x и y.