Message.SkipBits Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
SkipBits(int)
Moves the message's internal read position by the given amount of bits, skipping over them.
public Message SkipBits(int amount)
Parameters
| int | amount |
The number of bits to skip. |
Returns
| Message | The message instance. |