Message.AddLongs Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
AddLongs(long[], bool)
Adds a long array to the message.
public Message AddLongs(long[] array, bool includeLength = true)
Parameters
long[] | 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. |