| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
baseloader._BaseLoader --+
|
ClientEvent
This is sent by the server to notify about a client either joining or leaving a channel.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
packetId = 27
|
|
| Instance Variables | |
id = NoneThe ID of the client |
|
channelId = NoneThe channel ID. |
|
name = NoneThe name of the client. |
|
flags = NoneFlags that states whether the client just joined, etc. |
|
| Properties | |
|
Inherited from |
| Method Details |
Initializer for this loader
|
Parses 'data' and sets the properties of the packetloader.
|
Generate the raw representation of the packetloader.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 16 22:07:42 2010 | http://epydoc.sourceforge.net |