Message.ReserveBits Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
ReserveBits(int)
Moves the message's internal write position by the given amount of bits, reserving them so they can be set at a later time.
public Message ReserveBits(int amount)
Parameters
| int | amount | 
      The number of bits to reserve.  | 
    
Returns
| Message | The message instance.  |