Static Private Member Functions | |
| static JsonDataNewsList | GetNewsData () |
| static JsonDataNewsArticle | GetNewsArticle (int index) |
| static void | LoadMods () |
| static void | FilterDLCs (inout array< ref ModInfo > modArray) |
| static void | CreateDLCArticles () |
| static void | ClearAllDLCs () |
| static ModInfo | GetDLCModInfoByName (string dlcName) |
| DLCs only. | |
| static array< ref ModInfo > | GetAllMods () |
| All mods including DLCs. | |
Static Private Attributes | |
| static protected ref JsonDataNewsList | m_NewsData |
| static protected ref array< ref ModInfo > | m_AllMods |
| static protected ref map< string, ref ModInfo > | m_AllDlcsMap |
|
inlinestaticprivate |
References m_AllMods.
Referenced by UIScriptedMenu::OnDLCChange().
|
inlinestaticprivate |
Temporary DLC entry for Badlands for the carousel promo on PC only. REMOVE AFTER MOD INFO HAS BEEN ADDED
References JsonDataNewsArticle::categoryID, JsonDataNewsArticle::coverImage, JsonDataNewsArticle::dlcName, ErrorEx, JsonDataNewsArticle::excerpt, JsonDataNewsArticle::fullUrl, ModInfo::GetAction(), ModInfo::GetDLCImage(), ModInfo::GetName(), ModInfo::GetOverview(), m_AllDlcsMap, m_NewsData, JsonDataNewsList::News, string::Replace(), JsonDataNewsArticle::title, and string::ToLower().
Referenced by LoadMods().
References ModInfo::GetIsDLC(), ModInfo::GetName(), m_AllDlcsMap, string::Replace(), and string::ToLower().
Referenced by LoadMods().
|
inlinestaticprivate |
References ErrorEx, m_NewsData, and JsonDataNewsList::News.
|
inlinestaticprivate |
References m_NewsData.
Referenced by LoadMods(), and UpdateCarouselInfo().
|
inlinestaticprivate |
References CreateDLCArticles(), FilterDLCs(), g_Game, GetNewsData(), m_AllMods, and m_NewsData.
Referenced by UIScriptedMenu::LoadMods().
Referenced by CreateDLCArticles(), FilterDLCs(), and GetDLCModInfoByName().
Referenced by ClearAllDLCs(), GetAllMods(), and LoadMods().
|
staticprivate |
Referenced by CreateDLCArticles(), GetNewsArticle(), GetNewsData(), and LoadMods().