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

ModIO.ModManager.TryUninstallAllModVersions

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

ModManager.TryUninstallAllModVersions

public static bool TryUninstallAllModVersions(int modId);

Parameters

Name Description
modId Mod identifier of the mod to uninstall

Returns

bool: TRUE indicates that all of the detected versions of the mod installation were successfully removed.

Description

Removes all versions of a mod from the installs folder.

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

Clone this wiki locally