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 = None The ID of the client |
|
channelId = None The channel ID. |
|
name = None The name of the client. |
|
flags = None Flags 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 |