4 protected const string TEXT_OWNED =
"#layout_dlc_owned";
31 #ifdef PLATFORM_CONSOLE
42 #ifdef PLATFORM_CONSOLE
43 if (
g_Game.GetContentDLCService())
70 m_Root =
g_Game.GetWorkspace().CreateWidgets(
"gui/layouts/new_ui/dlc_panels/DLC_Panel.layout", parent);
99 return super.OnClick(w,
x,
y,button);
174 desc.SetText(
"#dlc_open_store_PS");
178 desc.SetText(
"#dlc_open_store_Xbox");
182 desc.SetText(
"#dlc_open_store");
202 #ifdef PLATFORM_CONSOLE
221 m_Root.FindAnyWidget(
"dlc_openStore_panel").SetColor(
ARGB(255, 0, 0, 0));
222 m_Root.FindAnyWidget(
"dlc_openStore_label").SetColor(
ARGB(255, 255, 0, 0));
233 m_Root.FindAnyWidget(
"dlc_openStore_panel").SetColor(
ARGB(140, 0, 0, 0));
234 m_Root.FindAnyWidget(
"dlc_openStore_label").SetColor(
ARGB(255, 255, 255, 255));
const int COLOR_FROSTLINE_MOUNTAIN_BLUE
int ARGB(int a, int r, int g, int b)