8 bool m_bAutoEnableDownloadedAddons;
12 protected static const string USER_SETTINGS_MODULE =
"SCR_WorkshopSettings";
18 BaseContainer container =
GetGame().GetGameUserSettings().GetModule(
"SCR_WorkshopSettings");
19 BaseContainerTools.WriteToInstance(settings, container);
26 BaseContainer container =
GetGame().GetGameUserSettings().GetModule(
"SCR_WorkshopSettings");
27 BaseContainerTools.ReadFromInstance(settings, container);
28 GetGame().UserSettingsChanged();