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