KGameServer Class Reference

Inheritance diagram for KGameServer:
[legend]
Collaboration diagram for KGameServer:
[legend]
List of all members.

Public Member Functions

 KGameServer (HINSTANCE hInstance)
virtual ~KGameServer ()
virtual bool Init ()
virtual void Run ()
virtual void End ()
void DumpClients ()
char * GetpName ()
KNetServerGetNet ()
KServerGameManagerGetServerGameManager ()
KMySQLGetpDataBase ()
void AddpClient (KClient *pClient)
void RemovepClient (KClient *pClient)
KClientGetpFirstClient ()
KClientGetpNextClient (KClient *pClient)

Static Protected Member Functions

static void RefreshDisplay (HWND hWnd)
static void CommandListClients (KStr Argument, void *pContext)
static void CommandListPlayers (KStr Argument, void *pContext)
static void CommandListObjects (KStr Argument, void *pContext)
static void CommandNetStats (KStr Argument, void *pContext)
static void CommandMsg (KStr Argument, void *pContext)
static INT_PTR CALLBACK WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)

Protected Attributes

HWND m_hWnd
HICON m_hIcon
char * m_pName
KServerGameManagerm_pServerGameManager
KNetServer m_Net
KStr m_sCommand
KStr m_sLastCommand
KMySQLm_pDataBase
HMENU m_hPopupMenu
HMENU m_hMenu
KModm_pMod
KModFactory m_ModFactory
s32 m_Frame

Detailed Description

Definition at line 15 of file GameServer.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 25 20:02:32 2007 for Zythum Project by  doxygen 1.5.1-p1