Namespaces | |
| namespace | RPGserver |
Classes | |
| class | RPGserver.RPG |
| class | RPGserver.GUI |
Functions | |
| def | RPGserver.addText |
| def | RPGserver.main |
| def | RPGserver.startService |
Variables | |
| string | RPGserver.APP_NAME = "Pythonder MMORPG Game Server" |
| string | RPGserver.APP_VERSION = "1.0.0" |
| int | RPGserver.LOG_INFO = 1 |
| int | RPGserver.LOG_SEND = 2 |
| int | RPGserver.LOG_RECV = 3 |
| int | RPGserver.LOG_ERR = 4 |
| int | RPGserver.LOG_CONN = 5 |
| int | RPGserver.LOG_SERVER = 6 |
| int | RPGserver.BROADCAST_EVERYBODY = 1 |
| int | RPGserver.BROADCAST_CHAT = 2 |
| int | RPGserver.BROADCAST_GAME = 3 |
| string | RPGserver.PATH_WELCOME_MSG = "serverData/welcome.msg" |
| string | RPGserver.PATH_DEFAULT_MAP = "serverData/default.map" |
1.5.1