Defines an object destroy message.
More...
List of all members.
Public Member Functions |
bool | Read (BinaryReader reader) |
| Read the message from the given reader .
|
bool | Write (BinaryWriter writer) |
| Write this message to a BinaryWriter.
|
bool | Write (PacketBuffer packet) |
| Write this message to packet .
|
Public Attributes |
uint | ObjectID |
| ID of the object to destroy.
|
Properties |
static ushort | MessageID [get] |
| ObjectMessageID for this message.
|
Detailed Description
Defines an object destroy message.
Member Function Documentation
bool Tes::Net::DestroyMessage::Read |
( |
BinaryReader |
reader | ) |
[inline] |
Read the message from the given reader .
- Parameters:
-
reader | The reader to read from. |
- Returns:
- True
bool Tes::Net::DestroyMessage::Write |
( |
PacketBuffer |
packet | ) |
[inline] |
Write this message to packet .
- Parameters:
-
packet | The packet to write to. |
- Returns:
- True
bool Tes::Net::DestroyMessage::Write |
( |
BinaryWriter |
writer | ) |
[inline] |
Write this message to a BinaryWriter.
- Parameters:
-
writer | The packet to write to. |
- Returns:
- True
The documentation for this struct was generated from the following file: