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

◆ MainMenuDlcHandlerBase()

void ScriptedWidgetEventHandler::MainMenuDlcHandlerBase ( ModInfo info,
Widget parent,
JsonDataDLCInfo DlcInfo )
inlineprotected

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

24 {
25 CreateRootWidget(parent);
26 m_Root.SetHandler(this);
27 m_DlcInfo = DlcInfo;
28 m_ThisModInfo = info;
29 Init();
30
31 #ifdef PLATFORM_CONSOLE
33 if (GetGame().GetMission())
34 {
36 }
37 #endif
38 }
proto native ContentDLC GetContentDLCService()
Return DLC service (service for entitlement keys for unlock content)
proto native Mission GetMission()
ref ScriptInvoker m_OnChange
void(EDLCId dlcId)
Определения ContentDLC.c:13
ScriptInvoker GetOnInputDeviceChanged()
Определения gameplay.c:851
proto bool Insert(func fn, int flags=EScriptInvokerInsertFlags.IMMEDIATE)
insert method to list
Widget m_Root
Определения SizeToChild.c:9
ref ModInfo m_ThisModInfo
Определения MainMenuPromo.c:18
void OnInputDeviceChanged(EInputDeviceType pInputDeviceType)
Определения ItemActionsWidget.c:104
void OnDLCChange()
Определения MainMenuPromo.c:164
void Init()
Определения MainMenuPromo.c:48
void CreateRootWidget(Widget parent)
Определения MainMenuPromo.c:68
ref JsonDataDLCInfo m_DlcInfo
Определения MainMenuPromo.c:19
proto native CGame GetGame()

Перекрестные ссылки CreateRootWidget(), CGame::GetContentDLCService(), GetGame(), CGame::GetMission(), Mission::GetOnInputDeviceChanged(), Init(), ScriptInvoker::Insert(), m_DlcInfo, ContentDLC::m_OnChange, m_Root, m_ThisModInfo, OnDLCChange() и OnInputDeviceChanged().