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

ModIO.ModManager.installationDirectory

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

ModManager.installationDirectory

public static string installationDirectory;

Description

Install directory used by the ModManager.

Mods installed using ModManager.TryInstallMod are unzipped to this folder, in an unique directory determined by ModManager.GetModInstallDirectory.

Any folders located in this directory will be presumed to be user mods not managed by this mod.io, and will thus be returned in the various mod installation management functions.

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

Clone this wiki locally