![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
DoorMgr is manager of all door regular door and keep door. More...
Static Public Member Functions | |
static bool | Init () |
this function load all door from DB | |
static bool | LoadDoor (DBDoor door) |
static void | RegisterDoor (IDoor door) |
static void | UnRegisterDoor (int doorID) |
static List< IDoor > | getDoorByID (int id) |
This function get the door object by door index. | |
Public Attributes | |
const string | WANT_TO_ADD_DOORS = "WantToAddDoors" |
DoorMgr is manager of all door regular door and keep door.
static List<IDoor> DOL.GS.DoorMgr.getDoorByID | ( | int | id | ) | [static] |
This function get the door object by door index.
static bool DOL.GS.DoorMgr.Init | ( | ) | [static] |
this function load all door from DB