Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.ModManager.SetSubscribedModIds

Jackson Wood edited this page Mar 25, 2019 · 2 revisions

ModManager.SetSubscribedModIds

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.

See also: ModIO.ModManager.GetSubscribedModIds

Clone this wiki locally