Object
ENetPacket
ENetPacket | Constructs a reliable packet with a given size. |
ENetPacket | Constructs a packet with custom flags and given size |
Size | Returns size of the packet in bytes. |
CString | Gets or sets a String value at a given offset that will be terminated with 0 character. |
DoubleValue | Gets or sets a Double value at a given offset in the packet. (8 bytes) |
Int16Value | Gets or sets a Int16 value at a given offset in the packet. |
Int32Value | Gets or sets a Int32 value at a given offset in the packet. |
Int64Value | Gets or sets a Int64 value at a given offset in the packet. |
Int8Value | Gets or sets a Int8 value at a given offset in the packet. |
Resize | Resizes the packet. |
SingleValue | Gets or sets a Single value at a given offset in the packet. (4 bytes) |
ToString | Converts the whole package to string. |
UInt16Value | Gets or sets a UInt16 value at a given offset in the packet. |
UInt32Value | Gets or sets a UInt32 value at a given offset in the packet. |
UInt64Value | Gets or sets a UInt64 value at a given offset in the packet. |
UInt8Value | Gets or sets a UInt8 value at a given offset in the packet. |
WString | Gets or sets a UT16 String value at a given offset that will be terminated with a double byte 0 character. |
Version = 3.0 |