Property | Type | Description | |
---|---|---|---|
Debug | bool | ||
ScriptArgRegex | |||
Version | UndertaleVersion | ||
ct | |||
dataWinChanged | bool | ||
debugSearch | bool | ||
deleteDirectorys | bool | ||
doAsm | bool | ||
doAssigmentOffsets | bool | ||
doGlobals | bool | ||
doLua | bool | ||
doSearch | bool | ||
doThreads | bool | ||
doXML | bool | ||
makeObject | bool | ||
oneFile | bool | ||
outputDirectory | |||
outputType | OutputType | ||
saveAllMasks | bool | ||
saveAllPngs | bool | ||
saveChangedDataWin | bool |
Method | Description | |
---|---|---|
ChangeEndOfFileName ( string filename, string toAdd ) : string | ||
CheckAndSetOutputDirectory ( string path = null ) : void | ||
CreateFileStream ( string filename, FileMode mode, bool fix_path ) : |
||
CreateStreamReader ( string filename, bool fix_path ) : |
||
CreateStreamWriter ( string filename, bool fix_path ) : |
||
DeleteAllAndCreateDirectory ( string dir, bool overrideDelete = false ) : string | ||
Error ( |
||
Error ( string msg ) : void | ||
Error ( string name, |
||
Error ( string msg, ILNode node ) : void | ||
EscapeAndAppend ( this sb, string s ) : void | ||
EscapeChar ( char v ) : string | ||
EscapeString ( string s ) : string | ||
EventToString ( int @event, int subevent ) : string | ||
FatalError ( |
||
FatalError ( string msg ) : void | ||
FatalError ( string name, |
||
FatalError ( string msg, ILNode node ) : void | ||
FormatDebugOffset ( byte data, int index ) : string | ||
HasFolderWritePermission ( string destDir ) : bool | ||
Info ( string msg ) : void | ||
Info ( string msg, ILNode node ) : void | ||
InstanceToString ( ILValue value ) : string | ||
InstanceToString ( int instance ) : string | ||
KeyToString ( int key ) : string | ||
LookupString ( int index, bool escape = false ) : string | ||
MakeDebugFileName ( |
||
MakeDebugFileName ( string filename, bool move = true ) : string | ||
MakeDebugFileName ( string code_name, string file, bool move = true ) : string | ||
Message ( string msg ) : void | ||
MoveFileToOldErrors ( string dfilename, bool move = true ) : string | ||
Warning ( string msg ) : void | ||
Warning ( string msg, ILNode node ) : void |
Method | Description | |
---|---|---|
Context ( ) : System | ||
InternalSimpleEscape ( string s ) : IEnumerable |
public static ChangeEndOfFileName ( string filename, string toAdd ) : string | ||
filename | string | |
toAdd | string | |
return | string |
public static CheckAndSetOutputDirectory ( string path = null ) : void | ||
path | string | |
return | void |
public static CreateFileStream ( string filename, FileMode mode, bool fix_path ) : |
||
filename | string | |
mode | FileMode | |
fix_path | bool | |
return |
public static CreateStreamReader ( string filename, bool fix_path ) : |
||
filename | string | |
fix_path | bool | |
return |
public static CreateStreamWriter ( string filename, bool fix_path ) : |
||
filename | string | |
fix_path | bool | |
return |
public static DeleteAllAndCreateDirectory ( string dir, bool overrideDelete = false ) : string | ||
dir | string | |
overrideDelete | bool | |
return | string |
public static Error ( |
||
e | ||
return | void |
public static Error ( string name, |
||
name | string | |
e | ||
return | void |
public static Error ( string msg, ILNode node ) : void | ||
msg | string | |
node | ILNode | |
return | void |
public static EscapeAndAppend ( this sb, string s ) : void | ||
sb | this | |
s | string | |
return | void |
public static EscapeString ( string s ) : string | ||
s | string | |
return | string |
public static EventToString ( int @event, int subevent ) : string | ||
@event | int | |
subevent | int | |
return | string |
public static FatalError ( |
||
e | ||
return | void |
public static FatalError ( string msg ) : void | ||
msg | string | |
return | void |
public static FatalError ( string name, |
||
name | string | |
e | ||
return | void |
public static FatalError ( string msg, ILNode node ) : void | ||
msg | string | |
node | ILNode | |
return | void |
public static FormatDebugOffset ( byte data, int index ) : string | ||
data | byte | |
index | int | |
return | string |
public static HasFolderWritePermission ( string destDir ) : bool | ||
destDir | string | |
return | bool |
public static Info ( string msg, ILNode node ) : void | ||
msg | string | |
node | ILNode | |
return | void |
static public InstanceToString ( ILValue value ) : string | ||
value | ILValue | |
return | string |
static public InstanceToString ( int instance ) : string | ||
instance | int | |
return | string |
public static KeyToString ( int key ) : string | ||
key | int | |
return | string |
static public LookupString ( int index, bool escape = false ) : string | ||
index | int | |
escape | bool | |
return | string |
static public MakeDebugFileName ( |
||
code | ||
file | string | |
move | bool | |
return | string |
static public MakeDebugFileName ( string filename, bool move = true ) : string | ||
filename | string | |
move | bool | |
return | string |
static public MakeDebugFileName ( string code_name, string file, bool move = true ) : string | ||
code_name | string | |
file | string | |
move | bool | |
return | string |
public static MoveFileToOldErrors ( string dfilename, bool move = true ) : string | ||
dfilename | string | |
move | bool | |
return | string |
public static Warning ( string msg, ILNode node ) : void | ||
msg | string | |
node | ILNode | |
return | void |
public static Regex,System.Text.RegularExpressions ScriptArgRegex | ||
return |
static public CancellationToken,System.Threading ct | ||
return |
static public DirectoryInfo,System.IO outputDirectory | ||
return |