Package RPGserver


Classes

class  RPG
class  GUI

Functions

def addText
def main
def startService

Variables

string APP_NAME = "Pythonder MMORPG Game Server"
string APP_VERSION = "1.0.0"
int LOG_INFO = 1
int LOG_SEND = 2
int LOG_RECV = 3
int LOG_ERR = 4
int LOG_CONN = 5
int LOG_SERVER = 6
int BROADCAST_EVERYBODY = 1
int BROADCAST_CHAT = 2
int BROADCAST_GAME = 3
string PATH_WELCOME_MSG = "serverData/welcome.msg"
string PATH_DEFAULT_MAP = "serverData/default.map"


Function Documentation

def RPGserver.addText (   textbuffer,
  text,
  log = LOG_INFO 
)

def RPGserver.main (  ) 

def RPGserver.startService (   textbuffer,
  port,
  welcome,
  statusbar 
)


Variable Documentation

string RPGserver.APP_NAME = "Pythonder MMORPG Game Server" [static]

string RPGserver.APP_VERSION = "1.0.0" [static]

int RPGserver.BROADCAST_CHAT = 2 [static]

int RPGserver.BROADCAST_EVERYBODY = 1 [static]

int RPGserver.BROADCAST_GAME = 3 [static]

int RPGserver.LOG_CONN = 5 [static]

int RPGserver.LOG_ERR = 4 [static]

int RPGserver.LOG_INFO = 1 [static]

int RPGserver.LOG_RECV = 3 [static]

int RPGserver.LOG_SEND = 2 [static]

int RPGserver.LOG_SERVER = 6 [static]

string RPGserver.PATH_DEFAULT_MAP = "serverData/default.map" [static]

string RPGserver.PATH_WELCOME_MSG = "serverData/welcome.msg" [static]


Generated on Thu Sep 20 05:19:03 2007 for Python Game and Chat Server by  doxygen 1.5.1