KvFindKeyById
Finds a KeyValues name by id.
native bool KvFindKeyById(Handle kv, int id, char[] name, int maxlength)Parameters
char[] name
Buffer to store the name.
int maxlength
Maximum length of the value buffer.
Return Value
bool True on success, false if id not found.Error
Invalid Handle.