Package HappyChat :: Module Room :: Class Room
[show private | hide private]
[frames | no frames]

Class Room


A room is a place where avatars can chat
Method Summary
  __init__(self, room_id, world)
  __del__(self)
  getAvatarByNickname(self, nickname)
  getAvatars(self)
  getId(self)
  getWorld(self)
  join(self, avatar)
  part(self, avatar)
  send(self, message)

Class Variable Summary
list content = []
NoneType id = None                                                                  
NoneType myWorld = None                                                                  

Class Variable Details

content

Type:
list
Value:
[]                                                                     

id

Type:
NoneType
Value:
None                                                                  

myWorld

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Sun Sep 19 21:40:09 2004 http://epydoc.sf.net