Property | Type | Description | |
---|---|---|---|
strPopupErrorMessageType | string |
Method | Description | |
---|---|---|
BasicUninstallTask ( IMod p_modMod, |
A simple constructor that initializes the object with the given values.
|
|
Execute ( ) : bool |
Runs the uninstall task.
|
Method | Description | |
---|---|---|
UninstallFiles ( ) : bool |
Performs the actual uninstallation.
|
public BasicUninstallTask ( IMod p_modMod, |
||
p_modMod | IMod | The mod being installed. |
p_igpInstallers | The utility class to use to install the mod items. | |
p_ilgModInstallLog | IInstallLog | The install log that tracks mod install info /// for the current game mode |
p_gmdGameMode | IGameMode | The the current game mode. |
p_rolActiveMods | ReadOnlyObservableList |
The list of active mods. |
return | System |