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

ModIO.ModManager.GetEnabledModIds

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

ModManager.GetEnabledModIds

public static List<int> GetEnabledModIds();

Returns

List<int>: Result of the function calculations

Description

Returns the enabled mods.

This value represents the collection of mod ids that should be loaded and activate when the game is run.

See also: ModIO.ModManager.SetEnabledModIds

Clone this wiki locally