4 protected const string TEXT_OWNED =
"#layout_dlc_owned";
31 #ifdef PLATFORM_CONSOLE
42 #ifdef PLATFORM_CONSOLE
43 if (
GetGame().GetContentDLCService())
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));
proto native WorkspaceWidget GetWorkspace()
proto native ContentDLC GetContentDLCService()
Return DLC service (service for entitlement keys for unlock content)
proto native Mission GetMission()
const int COLOR_FROSTLINE_MOUNTAIN_BLUE
ref ScriptInvoker m_OnChange
void(EDLCId dlcId)
ScriptInvoker GetOnInputDeviceChanged()
proto bool Remove(func fn, int flags=EScriptInvokerRemoveFlags.ALL)
remove specific call from list
proto bool Insert(func fn, int flags=EScriptInvokerInsertFlags.IMMEDIATE)
insert method to list
proto native CGame GetGame()
int ARGB(int a, int r, int g, int b)