Method | Description | |
---|---|---|
Begin ( ) : void | ||
CheckConnection ( ) : void | ||
CollectGuilds ( ) : void | ||
CollectMobiles ( System.DateTime endTime ) : void | ||
DeleteMobile ( Mobile mob ) : void | ||
DumpGuilds ( System.DateTime endTime ) : void | ||
DumpMobiles ( System.DateTime endTime ) : void | ||
ExecuteNonQuery ( string text ) : void | ||
ExecuteNonQueryIfNull ( string select, string insert ) : void | ||
GetUniqueWriter ( string type, string &filePath ) : |
||
Initialize ( ) : void | ||
InsertGuild ( |
||
InsertItems ( Mobile mob ) : void | ||
InsertMobile ( Mobile mob ) : void | ||
InsertSkills ( Mobile mob ) : void | ||
InsertWars ( |
||
MyRunUO ( ) : System | ||
Process ( System.DateTime endTime ) : bool | ||
QueueMobileUpdate ( Mobile m ) : void |
Method | Description | |
---|---|---|
OnTick ( ) : void |
Method | Description | |
---|---|---|
AppendCharEntity ( string input, int charIndex, StringBuilder &sb, char c ) : void | ||
AppendEntityRef ( string input, int charIndex, StringBuilder &sb, string ent ) : void | ||
InsertItem ( string serial, int index, int itemID, int hue ) : void | ||
PrivateChar_OnCommand ( Server.Commands.CommandEventArgs e ) : void | ||
PublicChar_OnCommand ( Server.Commands.CommandEventArgs e ) : void | ||
SafeString ( string input ) : string | ||
UpdateMyRunUO_OnCommand ( Server.Commands.CommandEventArgs e ) : void |
public CollectMobiles ( System.DateTime endTime ) : void | ||
endTime | System.DateTime | |
return | void |
public DumpGuilds ( System.DateTime endTime ) : void | ||
endTime | System.DateTime | |
return | void |
public DumpMobiles ( System.DateTime endTime ) : void | ||
endTime | System.DateTime | |
return | void |
public ExecuteNonQuery ( string text ) : void | ||
text | string | |
return | void |
public ExecuteNonQueryIfNull ( string select, string insert ) : void | ||
select | string | |
insert | string | |
return | void |
public GetUniqueWriter ( string type, string &filePath ) : |
||
type | string | |
filePath | string | |
return |
public InsertGuild ( |
||
guild | ||
return | void |
public InsertWars ( |
||
guild | ||
return | void |
public Process ( System.DateTime endTime ) : bool | ||
endTime | System.DateTime | |
return | bool |
public static QueueMobileUpdate ( Mobile m ) : void | ||
m | Mobile | |
return | void |