Object
ENetPacket
![]() | Constructs a reliable packet with a given size. |
![]() | Constructs a packet with custom flags and given size |
![]() | Returns size of the packet in bytes. |
![]() | Gets or sets a String value at a given offset that will be terminated with 0 character. |
![]() | Gets or sets a Double value at a given offset in the packet. (8 bytes) |
![]() | Gets or sets a Int16 value at a given offset in the packet. |
![]() | Gets or sets a Int32 value at a given offset in the packet. |
![]() | Gets or sets a Int64 value at a given offset in the packet. |
![]() | Gets or sets a Int8 value at a given offset in the packet. |
![]() | Resizes the packet. |
![]() | Gets or sets a Single value at a given offset in the packet. (4 bytes) |
![]() | Converts the whole package to string. |
![]() | Gets or sets a UInt16 value at a given offset in the packet. |
![]() | Gets or sets a UInt32 value at a given offset in the packet. |
![]() | Gets or sets a UInt64 value at a given offset in the packet. |
![]() | Gets or sets a UInt8 value at a given offset in the packet. |
![]() | Gets or sets a UT16 String value at a given offset that will be terminated with a double byte 0 character. |
![]() | A version constant returning version of the plugin to aid conditional compile macros. |