Module World :: Class World
[hide private]
[frames] | no frames]

Class World

source code

Session.MessageHandler --+
                         |
                        World
Known Subclasses:
WorldClient, WorldServer

Instance Methods [hide private]
 
__init__(self, engine, broker) source code
 
handlePlayerJoined(self, sender, id, owner, name) source code
 
handlePlayerLeft(self, sender, id) source code
 
finishGameIfNeeded(self) source code
 
handleSceneDeleted(self, sender, id) source code
 
handleSceneEntered(self, sender, sceneId, playerId) source code
 
handleSceneLeft(self, sender, sceneId, playerId) source code

Inherited from Session.MessageHandler: handleMessage, handleSessionClosed, handleSessionOpened