Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.DoorMgr Class Reference

DoorMgr is manager of all door regular door and keep door. More...

List of all members.

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< IDoorgetDoorByID (int id)
 This function get the door object by door index.

Public Attributes

const string WANT_TO_ADD_DOORS = "WantToAddDoors"

Detailed Description

DoorMgr is manager of all door regular door and keep door.


Member Function Documentation

static List<IDoor> DOL.GS.DoorMgr.getDoorByID ( int  id) [static]

This function get the door object by door index.

Returns:
return the door with the index
static bool DOL.GS.DoorMgr.Init ( ) [static]

this function load all door from DB


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events