You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
public static void SetSubscribedModIds(IEnumerable<int> modIds);
Parameters
Name
Description
modIds
New value to set as the subscribed mod collection
Description
Sets the subscribed mods and writes the data to disk.
This value is a locally stored representation of the mods that the current user is subscribed to, and is stored in the persistent data file. To set the subscriptions on the mod.io servers, use APIClient.SubscribeToMod / APIClient.UnsubscribeFromMod.
This functionality is provided to allow for offline and user-less mod management.