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

ModIO.ModManager.GetSubscribedModIds

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

ModManager.GetSubscribedModIds

public static List<int> GetSubscribedModIds();

Returns

List<int>: Result of the function calculations

Description

Returns the subscribed mods.

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 get the subscriptions on the mod.io servers, use APIClient.GetUserSubscriptions.

This functionality is provided to allow for offline and user-less mod management.

See also: ModIO.ModManager.SetSubscribedModIds

Clone this wiki locally