C# Class WorldServer.Databases

Afficher le fichier Open project: fiki574/rAPB Class Usage Examples

Méthodes publiques

Свойство Type Description
AccountTable Table
CharacterTable Table
FriendTable Table
IgnoreTable Table

Méthodes publiques

Méthode Description
InitDB ( ) : void
Load ( bool first_load = false ) : void

Private Methods

Méthode Description
Reset ( ) : void

Method Details

InitDB() public static méthode

public static InitDB ( ) : void
Résultat void

Load() public static méthode

public static Load ( bool first_load = false ) : void
first_load bool
Résultat void

Property Details

AccountTable public_oe static_oe property

public static Table AccountTable
Résultat Table

CharacterTable public_oe static_oe property

public static Table CharacterTable
Résultat Table

FriendTable public_oe static_oe property

public static Table FriendTable
Résultat Table

IgnoreTable public_oe static_oe property

public static Table IgnoreTable
Résultat Table