Метод | Описание | |
---|---|---|
ModDeleter ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, IInstallLog p_ilgModInstallLog, IPluginManager p_pmgPluginManager, ReadOnlyObservableList |
A simple constructor that initializes the object with the given values.
|
Метод | Описание | |
---|---|---|
DeleteModFile ( IMod p_modMod ) : void |
Deletes the given mod file. This deletes the physical mod file. |
|
OnTaskSetCompleted ( |
Raises the IBackgroundTaskSet.TaskSetCompleted event. This changes the message to reflect that fact that we are deleting the mod. |
protected DeleteModFile ( IMod p_modMod ) : void | ||
p_modMod | IMod | The mod to delete. |
Результат | void |
public ModDeleter ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, IInstallLog p_ilgModInstallLog, IPluginManager p_pmgPluginManager, ReadOnlyObservableList |
||
p_modMod | IMod | The mod being installed. |
p_gmdGameMode | IGameMode | The current game mode. |
p_eifEnvironmentInfo | IEnvironmentInfo | The application's envrionment info. |
p_ilgModInstallLog | IInstallLog | The install log that tracks mod install info /// for the current game mode |
p_pmgPluginManager | IPluginManager | The plugin manager. |
p_rolActiveMods | ReadOnlyObservableList |
The list of active mods. |
Результат | System |
protected OnTaskSetCompleted ( |
||
e | A |
|
Результат | void |