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

ModIO.ModManager.SetEnabledModIds

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

ModManager.SetEnabledModIds

public static void SetEnabledModIds(IEnumerable<int> modIds);

Parameters

Name Description
modIds New value to set as the enabled mod collection

Description

Sets the enabled mods and writes the data to disk.

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

See also: ModIO.ModManager.GetEnabledModIds

Clone this wiki locally