Property | Type | Description | |
---|---|---|---|
automated | bool | ||
listComplete | action>.SortedDictionary | ||
verbose | bool |
Method | Description | |
---|---|---|
DLCEditor ( DLCBase dlcBase ) : System | ||
Execute ( string outputFile ) : void | ||
Execute ( string outputFile, |
||
checkForExec ( ) : bool | ||
isFileSetForDelete ( string filename ) : bool | ||
isFileSetForReplacement ( string filename ) : bool | ||
setAddFile ( string newFilePathName, string fileName ) : void | ||
setDeleteFile ( string fileName ) : void | ||
setReplaceFile ( string fileToReplace, string newFile ) : void | ||
undoAddFile ( string newFilePathName ) : void | ||
undoDeleteFile ( string fileName ) : void | ||
undoReplaceFile ( string fileToReplace ) : void |
Method | Description | |
---|---|---|
fileIsPresent ( string fileName ) : bool |
public DLCEditor ( DLCBase dlcBase ) : System | ||
dlcBase | DLCBase | |
return | System |
public Execute ( string outputFile, |
||
outputFile | string | |
worker | ||
Threads | int | |
return | void |
public isFileSetForDelete ( string filename ) : bool | ||
filename | string | |
return | bool |
public isFileSetForReplacement ( string filename ) : bool | ||
filename | string | |
return | bool |
public setAddFile ( string newFilePathName, string fileName ) : void | ||
newFilePathName | string | |
fileName | string | |
return | void |
public setDeleteFile ( string fileName ) : void | ||
fileName | string | |
return | void |
public setReplaceFile ( string fileToReplace, string newFile ) : void | ||
fileToReplace | string | |
newFile | string | |
return | void |
public undoAddFile ( string newFilePathName ) : void | ||
newFilePathName | string | |
return | void |
public undoDeleteFile ( string fileName ) : void | ||
fileName | string | |
return | void |
public undoReplaceFile ( string fileToReplace ) : void | ||
fileToReplace | string | |
return | void |
public SortedDictionary |
||
return | action>.SortedDictionary |