Method | Description | |
---|---|---|
ModPackager ( |
A simple constructor that initializes the object with its dependencies.
|
|
PackageMod ( string p_strFileName, |
Creates a mod file at the specified location from the given mod Project.
|
Method | Description | |
---|---|---|
DoWork ( object p_objArgs ) : object |
Performs the actual mod preparation work.
|
Method | Description | |
---|---|---|
Compressor_FileCompressionFinished ( object sender, |
Called when a file has been added to a new mod. This steps the progress of the task. |
|
Compressor_FileCompressionStarted ( object sender, SevenZip.FileNameEventArgs e ) : void |
Called when a file is about to be added to a new mod. This cancels the compression if the task has been cancelled. |
protected DoWork ( object p_objArgs ) : object | ||
p_objArgs | object | The task arguments. |
return | object |
public ModPackager ( |
||
p_futFileUtilities | The file utility class. | |
return | System |
public PackageMod ( string p_strFileName, |
||
p_strFileName | string | The path of the mod file to build. |
p_prjModProject | The |
|
return | void |