Property | Type | Description | |
---|---|---|---|
ConfirmFileOverwrite | bool | ||
ModAdder_TaskEnded | void | ||
ResumeQueued | void |
Method | Description | |
---|---|---|
AddMod ( |
Adds the specified mod to the queue. The specified mod is downloaded, and then added to the mod manager. |
|
AddModQueue ( IEnvironmentInfo p_eifEnvironmentInfo, |
A sipmle constructor that initializes that object with the required dependencies.
|
|
Dispose ( ) : void |
Terminates all running tasks. After being disposed, further interaction with the object is undefined. |
|
LoadQueuedMods ( ) : void |
Loads the list of mods that are queued to be added to the mod manager.
|
Method | Description | |
---|---|---|
ConfirmFileOverwrite ( string p_strOldFilePath, string &p_strNewFilePath ) : bool |
The callback that confirms a file overwrite.
|
|
ModAdder_TaskEnded ( object sender, |
Handles the IBackgroundTask.TaskEnded event of the mod adding task. This retrieves the paths of the added mods. |
|
ResumeQueued ( ) : void |
Resumes the queued running tasks. Resumes the queued running tasks. |
public AddMod ( |
||
p_uriPath | The URL of the mod to add to the manager. | |
p_cocConfirmOverwrite | ConfirmOverwriteCallback | The delegate to call to resolve conflicts with existing files. |
return | IBackgroundTask |
public AddModQueue ( IEnvironmentInfo p_eifEnvironmentInfo, |
||
p_eifEnvironmentInfo | IEnvironmentInfo | The application's envrionment info. |
p_mmgModManager | The mod manager for which we are queing mods to be added. | |
return | System |