GetConVarName
Retrieves the name of a console variable.
native void GetConVarName(Handle convar, char[] name, int maxlength)Parameters
char[] name
Buffer to store the name of the convar.
int maxlength
Maximum length of string buffer.
Return Value
voidError
Invalid or corrupt Handle.