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

◆ UIPopupScriptSceneManager()

void UIPopupScript::UIPopupScriptSceneManager ( Widget wgt)
inlineprivate

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

54 {
55 m_BtnCancel = ButtonWidget.Cast( wgt.FindAnyWidget("btn_ppp_sm_cancel") );
56 m_BtnSceneNew = ButtonWidget.Cast( wgt.FindAnyWidget("btn_ppp_sm_mission_new") );
57 m_BtnSceneLoad = ButtonWidget.Cast( wgt.FindAnyWidget("btn_ppp_sm_mission_load") );
58 m_BtnSceneRename = ButtonWidget.Cast( wgt.FindAnyWidget("btn_ppp_sm_mission_rename") );
59 m_BtnSceneDelete = ButtonWidget.Cast( wgt.FindAnyWidget("btn_ppp_sm_mission_delete") );
60 m_BtnSceneDuplicate = ButtonWidget.Cast( wgt.FindAnyWidget("btn_ppp_sm_mission_duplicate") );
61
62 m_LstListScenes = TextListboxWidget.Cast( wgt.FindAnyWidget("tls_ppp_sm_scene_list") );
63
64 m_BtnSave = ButtonWidget.Cast( wgt.FindAnyWidget("btn_ppp_st_save") );
65
66 m_TxtWeatherTime = TextWidget.Cast( wgt.FindAnyWidget("txt_ppp_st_w_time_value") );
67
68 m_SldStartTime = SliderWidget.Cast( wgt.FindAnyWidget("sld_ppp_st_start_time") );
69 m_TxtStartTimeValue = TextWidget.Cast( wgt.FindAnyWidget("txt_ppp_st_start_time_value") );
70
71 m_SldStartDay = SliderWidget.Cast( wgt.FindAnyWidget("sld_ppp_st_start_day") );
72 m_TxtStartDayValue = TextWidget.Cast( wgt.FindAnyWidget("txt_ppp_st_start_day_value") );
73
74 m_SldOvercast = SliderWidget.Cast( wgt.FindAnyWidget("sld_ppp_st_overcast") );
75 m_TxtOvercastValue = TextWidget.Cast( wgt.FindAnyWidget("txt_ppp_st_overcast_value") );
76
77 m_SldRain = SliderWidget.Cast( wgt.FindAnyWidget("sld_ppp_st_rain") );
78 m_TxtRainValue = TextWidget.Cast( wgt.FindAnyWidget("txt_ppp_st_rain_value") );
79
80 m_SldFog = SliderWidget.Cast( wgt.FindAnyWidget("sld_ppp_st_fog") );
81 m_TxtFogValue = TextWidget.Cast( wgt.FindAnyWidget("txt_ppp_st_fog_value") );
82
83 m_SldWindForce = SliderWidget.Cast( wgt.FindAnyWidget("sld_ppp_st_wind_force") );
84 m_TxtWindForceValue = TextWidget.Cast( wgt.FindAnyWidget("txt_ppp_st_wind_force_value") );
85 }
ButtonWidget m_BtnSceneDelete
Определения UIPopupScriptSceneManager.c:8
TextListboxWidget m_LstListScenes
Определения UIPopupScriptSceneManager.c:9
TextWidget m_TxtFogValue
Определения UIPopupScriptSceneManager.c:26
SliderWidget m_SldStartTime
Определения UIPopupScriptSceneManager.c:17
ButtonWidget m_BtnSceneDuplicate
Определения UIPopupScriptSceneManager.c:7
TextWidget m_TxtStartTimeValue
Определения UIPopupScriptSceneManager.c:18
ButtonWidget m_BtnCancel
Определения UIPopupScriptConfigs.c:4
SliderWidget m_SldOvercast
Определения UIPopupScriptSceneManager.c:21
SliderWidget m_SldWindForce
Определения UIPopupScriptSceneManager.c:27
ButtonWidget m_BtnSceneNew
Определения UIPopupScriptSceneManager.c:4
TextWidget m_TxtWeatherTime
Определения UIPopupScriptSceneManager.c:15
SliderWidget m_SldRain
Определения UIPopupScriptSceneManager.c:23
TextWidget m_TxtRainValue
Определения UIPopupScriptSceneManager.c:24
SliderWidget m_SldFog
Определения UIPopupScriptSceneManager.c:25
TextWidget m_TxtStartDayValue
Определения UIPopupScriptSceneManager.c:20
ButtonWidget m_BtnSave
Определения UIPopupScriptInitScript.c:6
TextWidget m_TxtOvercastValue
Определения UIPopupScriptSceneManager.c:22
ButtonWidget m_BtnSceneRename
Определения UIPopupScriptSceneManager.c:6
ButtonWidget m_BtnSceneLoad
Определения UIPopupScriptSceneManager.c:5
TextWidget m_TxtWindForceValue
Определения UIPopupScriptSceneManager.c:28
SliderWidget m_SldStartDay
Определения UIPopupScriptSceneManager.c:19

Перекрестные ссылки m_BtnCancel, m_BtnSave, m_BtnSceneDelete, m_BtnSceneDuplicate, m_BtnSceneLoad, m_BtnSceneNew, m_BtnSceneRename, m_LstListScenes, m_SldFog, m_SldOvercast, m_SldRain, m_SldStartDay, m_SldStartTime, m_SldWindForce, m_TxtFogValue, m_TxtOvercastValue, m_TxtRainValue, m_TxtStartDayValue, m_TxtStartTimeValue, m_TxtWeatherTime и m_TxtWindForceValue.