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

ModIO.ModManager.GetInstalledModDirectories

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

ModManager.GetInstalledModDirectories

public static List<string> GetInstalledModDirectories(bool excludeDisabledMods);

Parameters

Name Description
excludeDisabledMods Passing TRUE causes this function to omit any disabled mods in the returned collection

Returns

List<string>: A collection containing the paths of all the installed mod binary directories.

Description

Returns all of the mod directories of installed mods.

NOTE: This function will additionally return the paths of any folder located in the ModManager.installationDirectory and thus we recommend checking the validity of any mods assumed to be contained within the returned directories before loading.

See also: ModIO.ModManager.GetInstalledModVersions, ModIO.ModManager.IterateInstalledMods

Clone this wiki locally