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

ModIO.ModManager.GetInstalledModVersions

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

ModManager.GetInstalledModVersions

public static List<ModfileIdPair> GetInstalledModVersions(bool excludeDisabledMods);

Parameters

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

Returns

List<ModfileIdPair>: A collection containing the a ModfileIdPair for each installed mod version.

Description

Returns all of the mod version info of installed mods.

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

Clone this wiki locally