SetStringTableData

Last Updated2020-04-14
Created At2007-07-15

Sets the user data associated with a given string index.

native void SetStringTableData(int tableidx, int stringidx, const char[] userdata, int length)

Parameters

int tableidx
A string table index.
int stringidx
A string index.
const char[] userdata
User data string that will be set.
int length
Length of user data string. This should include the null terminator.

Return Value

void

Error

Invalid string table index or string index.