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

ModIO.ModManager.TryUninstallModVersion

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

ModManager.TryUninstallModVersion

public static bool TryUninstallModVersion(int modId, int modfileId);

Parameters

Name Description
modId Mod identifier of the mod version to uninstall
modfileId Modfile identifier of the mod version to uninstall

Returns

bool: TRUE indicates that the mod version was successfully uninstalled.

Description

Removes a specific version of a mod from the installs folder.

See also: ModIO.ModManager.TryInstallMod, ModIO.ModManager.GetModInstallDirectory

Clone this wiki locally