Package lacewing :: Package packetloaders :: Module peermessage :: Class PeerMessage
[frames] | no frames]

Class PeerMessage

source code

            object --+        
                     |        
baseloader._BaseLoader --+    
                         |    
 common._DataTypeMixin --+    
                         |    
    common._ChannelMessage --+
                             |
                            PeerMessage

This is sent by the server to to tell a recipient client that another client has sent a message to it The server can edit the message value if it wants to (or completely block it).

Instance Methods

Inherited from common._ChannelMessage: generate, read

Inherited from baseloader._BaseLoader: __init__, initialize, new

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from common._DataTypeMixin: generateMessage, getDataType, readMessage, setDataType

Class Variables
  packetId = 18
Instance Variables

Inherited from common._ChannelMessage: channelId, fromId, subchannel, value

Properties

Inherited from object: __class__