3 const string DIALOGS_CONFIG =
"{F96E0133AC81125A}UI/Dialogs.conf";
14 TextWidget tw = TextWidget.Cast(
GetRootWidget().FindAnyWidget(
"MessageInScroll"));
20 System.ExportToClipboard(
m_sText);
43 ref SCR_WorkshopAddonPreset
m_Preset;
73 TextWidget scrollMessage = TextWidget.Cast(
GetRootWidget().FindAnyWidget(
"ScrollMessage"));
81 msg = msg +
string.Format(
"%1 %2\n", meta.GetGuid(), meta.GetName());
84 scrollMessage.SetVisible(
true);
85 scrollMessage.SetText(msg);
89 protected int m_iDownloading;
102 if (m_iDownloading > 0)
108 action.m_OnCompleted.Remove(OnModDownloaded);