ConVar.GetName Method

Retrieves the name of a console variable.

void GetName(char[] name, int maxlength)

Parameters

char[] name

Buffer to store the name of the convar.

int maxlength

Maximum length of string buffer.