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