Package lacewing :: Package packetloaders :: Module client :: Class ObjectPeerMessage
[frames] | no frames]

Class ObjectPeerMessage

source code

 common._DataTypeMixin --+    
                         |    
common._ObjectMessageMixin --+
                             |
            object --+       |
                     |       |
baseloader._BaseLoader --+   |
                         |   |
              _PeerMessage --+
                             |
                            ObjectPeerMessage

Instance Methods

Inherited from common._ObjectMessageMixin: generateMessage, readMessage

Inherited from common._DataTypeMixin: getDataType, setDataType

Inherited from _PeerMessage: 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__

Class Variables
  id = 6

Inherited from common._ObjectMessageMixin: isObject

Inherited from _PeerMessage: channel, peer, subchannel

Properties

Inherited from object: __class__