Property | Type | Description | |
---|---|---|---|
CurrentUpdate | bool | ||
updateTimer | System.Timers.Timer | ||
usingConsole | bool |
Method | Description | |
---|---|---|
ExitProgram ( System.Boolean AutoRestart ) : void | ||
GlobalExHandler ( object sender, |
||
Main ( string args ) : void | ||
PerformUpdate ( bool oldrevision ) : void | ||
ThreadExHandler ( object sender, |
||
UpdateCheck ( bool wait = false, Player p = null ) : void | ||
handleComm ( string s ) : void | ||
restartMe ( bool fullRestart = true ) : void | ||
saveAll ( ) : void |
Method | Description | |
---|---|---|
GetConsoleWindow ( ) : |
||
ShowWindow ( |
public static ExitProgram ( System.Boolean AutoRestart ) : void | ||
AutoRestart | System.Boolean | |
return | void |
public static GlobalExHandler ( object sender, |
||
sender | object | |
e | ||
return | void |
public static PerformUpdate ( bool oldrevision ) : void | ||
oldrevision | bool | |
return | void |
public static ThreadExHandler ( object sender, |
||
sender | object | |
e | ||
return | void |
public static UpdateCheck ( bool wait = false, Player p = null ) : void | ||
wait | bool | |
p | Player | |
return | void |
public static restartMe ( bool fullRestart = true ) : void | ||
fullRestart | bool | |
return | void |
public static System.Timers.Timer updateTimer | ||
return | System.Timers.Timer |