GetEntDataString
Peeks into an entity's object data and retrieves the string at
the given offset.
native int GetEntDataString(int entity, int offset, char[] buffer, int maxlen)
Parameters
char[] buffer
Destination string buffer.
int maxlen
Maximum length of output string buffer.
Return Value
int Number of non-null bytes written.Error
Invalid entity or offset out of reasonable bounds.