KeyValues.FindKeyById Method

Finds a KeyValues name by id.

bool FindKeyById(int id, char[] name, int maxlength)

Parameters

int id

KeyValues id.

char[] name

Buffer to store the name.

int maxlength

Maximum length of the value buffer.

Return Value

True on success, false if id not found.