3rd Eye Scene C#
3rd Eye Scene C# documentation
|
Defines an object update message. More...
Public Member Functions | |
bool | Read (BinaryReader reader) |
Read the message from the given reader . | |
bool | Write (PacketBuffer packet) |
Write this message to packet . | |
Public Attributes | |
uint | ObjectID |
ID of the object to update. | |
ushort | Flags |
Flags for the update. | |
ObjectAttributes | Attributes |
Updated object attributes. | |
Properties | |
static ushort | MessageID [get] |
ObjectMessageID for this message. |
Defines an object update message.
bool Tes::Net::UpdateMessage::Read | ( | BinaryReader | reader | ) | [inline] |
Read the message from the given reader .
reader | The reader to read from. |
bool Tes::Net::UpdateMessage::Write | ( | PacketBuffer | packet | ) | [inline] |
Write this message to packet .
packet | The packet to write to. |