Message.AddSBytes Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
AddSBytes(sbyte[], bool)
Adds an sbyte array to the message.
public Message AddSBytes(sbyte[] array, bool includeLength = true)
Parameters
sbyte[] | array |
The array to add. |
bool | includeLength |
Whether or not to include the length of the array in the message. |
Returns
Message | The message that the array was added to. |