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

◆ UIPopupScriptEditorSettings()

void UIPopupScript::UIPopupScriptEditorSettings ( Widget wgt)
inlineprivate

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

15 {
16 m_ModuleSceneManager = PluginSceneManager.Cast( GetPlugin(PluginSceneManager) );
17
18 m_WgtTglSeleHighlight = CheckBoxWidget.Cast( wgt.FindAnyWidget("cbx_ppp_est_flag_selection") );
19 m_WgtTglSavePlayerPos = CheckBoxWidget.Cast( wgt.FindAnyWidget("cbx_ppp_est_flag_load_player_pos") );
20 m_EdxRotationDelta = EditBoxWidget.Cast( wgt.FindAnyWidget("ebx_ppp_est_rotation_delta_value") );
21
22 m_BtnCancel = ButtonWidget.Cast( wgt.FindAnyWidget("btn_ppp_est_cancel") );
23 }
PluginBase GetPlugin(typename plugin_type)
Определения PluginManager.c:316
PluginSceneManager m_ModuleSceneManager
Определения UIPopupScriptEditorSettings.c:9
ButtonWidget m_BtnCancel
Определения UIPopupScriptConfigs.c:4
CheckBoxWidget m_WgtTglSeleHighlight
Определения UIPopupScriptEditorSettings.c:3
EditBoxWidget m_EdxRotationDelta
Определения UIPopupScriptEditorSettings.c:5
CheckBoxWidget m_WgtTglSavePlayerPos
Определения UIPopupScriptEditorSettings.c:4

Перекрестные ссылки GetPlugin(), m_BtnCancel, m_EdxRotationDelta, m_ModuleSceneManager, m_WgtTglSavePlayerPos и m_WgtTglSeleHighlight.