C# Class Server.Engines.MyRunUO.MyRunUO

Inheritance: Timer
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 ) : StreamWriter
Initialize ( ) : void
InsertGuild ( Guild guild ) : void
InsertItems ( Mobile mob ) : void
InsertMobile ( Mobile mob ) : void
InsertSkills ( Mobile mob ) : void
InsertWars ( Guild guild ) : void
MyRunUO ( ) : System
Process ( System.DateTime endTime ) : bool
QueueMobileUpdate ( Mobile m ) : void

Méthodes protégées

Méthode Description
OnTick ( ) : void

Private Methods

Méthode 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

Method Details

Begin() public static méthode

public static Begin ( ) : void
Résultat void

CheckConnection() public méthode

public CheckConnection ( ) : void
Résultat void

CollectGuilds() public méthode

public CollectGuilds ( ) : void
Résultat void

CollectMobiles() public méthode

public CollectMobiles ( System.DateTime endTime ) : void
endTime System.DateTime
Résultat void

DeleteMobile() public méthode

public DeleteMobile ( Mobile mob ) : void
mob Mobile
Résultat void

DumpGuilds() public méthode

public DumpGuilds ( System.DateTime endTime ) : void
endTime System.DateTime
Résultat void

DumpMobiles() public méthode

public DumpMobiles ( System.DateTime endTime ) : void
endTime System.DateTime
Résultat void

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( string text ) : void
text string
Résultat void

ExecuteNonQueryIfNull() public méthode

public ExecuteNonQueryIfNull ( string select, string insert ) : void
select string
insert string
Résultat void

GetUniqueWriter() public méthode

public GetUniqueWriter ( string type, string &filePath ) : StreamWriter
type string
filePath string
Résultat System.IO.StreamWriter

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

InsertGuild() public méthode

public InsertGuild ( Guild guild ) : void
guild Server.Guilds.Guild
Résultat void

InsertItems() public méthode

public InsertItems ( Mobile mob ) : void
mob Mobile
Résultat void

InsertMobile() public méthode

public InsertMobile ( Mobile mob ) : void
mob Mobile
Résultat void

InsertSkills() public méthode

public InsertSkills ( Mobile mob ) : void
mob Mobile
Résultat void

InsertWars() public méthode

public InsertWars ( Guild guild ) : void
guild Server.Guilds.Guild
Résultat void

MyRunUO() public méthode

public MyRunUO ( ) : System
Résultat System

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void

Process() public méthode

public Process ( System.DateTime endTime ) : bool
endTime System.DateTime
Résultat bool

QueueMobileUpdate() public static méthode

public static QueueMobileUpdate ( Mobile m ) : void
m Mobile
Résultat void