WritePackString Function

Packs a string into a data pack.

void WritePackString(Handle pack, const char[] str)

Parameters

Handle pack

Handle to the data pack.

const char[] str

String to add.

Errors

Invalid handle.