![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Protected Member Functions | |
| static void | ClearAllDLCs () |
| static void | CreateDLCArticles () |
| static void | FilterDLCs (inout array< ref ModInfo > modArray) |
| static array< ref ModInfo > | GetAllMods () |
| All mods including DLCs. | |
| static ModInfo | GetDLCModInfoByName (string dlcName) |
| DLCs only. | |
| static JsonDataNewsArticle | GetNewsArticle (int index) |
| static JsonDataNewsList | GetNewsData () |
| static void | LoadMods () |
Static Protected Attributes | |
| static ref map< string, ref ModInfo > | m_AllDlcsMap |
| static ref array< ref ModInfo > | m_AllMods |
| static ref JsonDataNewsList | m_NewsData |
Definition at line 1 of file mainmenudata.c.
|
inlinestaticprotected |
Definition at line 122 of file mainmenudata.c.
References m_AllDlcsMap, m_AllMods, and m_NewsData.
Referenced by UIScriptedMenu::OnDLCChange().
|
inlinestaticprotected |
Temporary DLC entry for Badlands for the carousel promo on PC only. REMOVE AFTER MOD INFO HAS BEEN ADDED
Definition at line 73 of file mainmenudata.c.
References JsonDataNewsArticle::categoryID, JsonDataNewsArticle::coverImage, JsonDataNewsArticle::dlcName, ErrorEx, JsonDataNewsArticle::excerpt, JsonDataNewsArticle::fullUrl, ModInfo::GetAction(), ModInfo::GetDLCImage(), ModInfo::GetIsOwned(), ModInfo::GetName(), ModInfo::GetOverview(), m_AllDlcsMap, m_NewsData, string::Replace(), JsonDataNewsArticle::title, and string::ToLower().
Referenced by LoadMods().
Definition at line 51 of file mainmenudata.c.
References ModInfo::GetIsDLC(), ModInfo::GetName(), m_AllDlcsMap, string::Replace(), and string::ToLower().
Referenced by LoadMods().
All mods including DLCs.
Definition at line 138 of file mainmenudata.c.
References m_AllMods.
Referenced by UIScriptedMenu::LoadMods().
DLCs only.
Definition at line 130 of file mainmenudata.c.
References m_AllDlcsMap.
Referenced by ShowPost(), and UpdateCarouselInfo().
|
inlinestaticprotected |
Definition at line 15 of file mainmenudata.c.
References ErrorEx, and m_NewsData.
|
inlinestaticprotected |
Definition at line 7 of file mainmenudata.c.
References m_NewsData.
Referenced by LoadMods(), and UpdateCarouselInfo().
|
inlinestaticprotected |
Definition at line 29 of file mainmenudata.c.
References CreateDLCArticles(), FilterDLCs(), g_Game, GetNewsData(), m_AllMods, and m_NewsData.
Referenced by UIScriptedMenu::LoadMods().
Definition at line 5 of file mainmenudata.c.
Referenced by ClearAllDLCs(), CreateDLCArticles(), FilterDLCs(), and GetDLCModInfoByName().
Definition at line 4 of file mainmenudata.c.
Referenced by ClearAllDLCs(), GetAllMods(), and LoadMods().
|
staticprotected |
Definition at line 3 of file mainmenudata.c.
Referenced by ClearAllDLCs(), CreateDLCArticles(), GetNewsArticle(), GetNewsData(), and LoadMods().