C# Class WorldServer.Databases

Show file Open project: fiki574/rAPB Class Usage Examples

Public Properties

Property Type Description
AccountTable Table
CharacterTable Table
FriendTable Table
IgnoreTable Table

Public Methods

Method Description
InitDB ( ) : void
Load ( bool first_load = false ) : void

Private Methods

Method Description
Reset ( ) : void

Method Details

InitDB() public static method

public static InitDB ( ) : void
return void

Load() public static method

public static Load ( bool first_load = false ) : void
first_load bool
return void

Property Details

AccountTable public static property

public static Table AccountTable
return Table

CharacterTable public static property

public static Table CharacterTable
return Table

FriendTable public static property

public static Table FriendTable
return Table

IgnoreTable public static property

public static Table IgnoreTable
return Table