Property | Type | Description | |
---|---|---|---|
appliedPatchCount | int | ||
errorCount | int | ||
errors | string | ||
exceptionCount | int | ||
keepPartDB | bool | ||
needsUnsatisfiedCount | int | ||
patchedNodeCount | int | ||
status | string | ||
totalPatchCount | int |
Method | Description | |
---|---|---|
ApplyPatch ( List |
||
CheckConstraints ( |
||
FindConfigNodeIn ( |
||
IsBracketBalanced ( string str ) : bool | ||
IsPathInList ( string modPath, List |
||
IsReady ( ) : bool | ||
ModifyNode ( |
||
ProgressFraction ( ) : float | ||
ProgressTitle ( ) : string | ||
RemoveWS ( string withWhite ) : string | ||
SplitConstraints ( string condition ) : List |
||
StartLoad ( ) : void | ||
StartLoad ( bool blocking ) : void | ||
Update ( ) : void | ||
WildcardMatch ( string s, string wildcard ) : bool | ||
WildcardMatchValues ( |
||
addErrorFiles ( UrlDir file, int n = 1 ) : void | ||
addPostPatchCallback ( ModuleManagerPostPatchCallback callback ) : void | ||
checkValues ( ) : void | ||
log ( String s ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CheckFilesChange ( UrlDir files, |
||
CheckNeeds ( string &name ) : bool |
Returns true if needs are satisfied.
|
|
CheckNeeds ( |
||
CheckNeeds ( List |
||
CompareRecursive ( |
||
CreateCache ( ) : void | ||
DeepCopy ( |
||
FileSHA ( string filename ) : string | ||
FindAndReplaceValue ( |
||
FindValueIn ( |
||
InsertNode ( |
||
InsertValue ( |
||
IsCacheUpToDate ( ) : void | ||
LoadCache ( ) : void | ||
LoadPhysicsConfig ( ) : void | ||
ParseCommand ( string name, string &valueName ) : Command | ||
PrePatchInit ( ) : List |
||
PrettyConfig ( UrlDir config ) : string | ||
PrettyConfig ( |
||
ProcessPatch ( bool blocking ) : IEnumerator | ||
ProcessVariableSearch ( string value, |
||
PurgeUnused ( List |
||
RecurseNodeSearch ( string path, |
||
RecurseVariableSearch ( string path, |
||
RunTestCases ( ) : void | ||
SaveModdedPhysics ( ) : void | ||
SaveModdedTechTree ( ) : void | ||
ShallowCopy ( |
||
StartCoroutine ( IEnumerator enumerator, bool blocking ) : |
||
StatusUpdate ( ) : void | ||
checkValues ( |
||
getFileNode ( |
public ApplyPatch ( List |
||
excludePaths | List |
|
Stage | string | |
return | IEnumerator |
public static CheckConstraints ( |
||
node | ||
constraints | string | |
return | bool |
public static FindConfigNodeIn ( |
||
src | ||
nodeType | string | |
nodeName | string | |
index | int | |
return |
public static IsBracketBalanced ( string str ) : bool | ||
str | string | |
return | bool |
public IsPathInList ( string modPath, List |
||
modPath | string | |
pathList | List |
|
return | bool |
public ModifyNode ( |
||
original | ||
mod | ||
return |
public static RemoveWS ( string withWhite ) : string | ||
withWhite | string | |
return | string |
public static SplitConstraints ( string condition ) : List |
||
condition | string | |
return | List |
public static WildcardMatch ( string s, string wildcard ) : bool | ||
s | string | |
wildcard | string | |
return | bool |
public static WildcardMatchValues ( |
||
node | ||
type | string | |
value | string | |
return | bool |
public addErrorFiles ( UrlDir file, int n = 1 ) : void | ||
file | UrlDir | |
n | int | |
return | void |
public static addPostPatchCallback ( ModuleManagerPostPatchCallback callback ) : void | ||
callback | ModuleManagerPostPatchCallback | |
return | void |