GetDescription
Retrieves the description of a console variable.
native void GetDescription(char[] buffer, int maxlength)
Parameters
char[] buffer
Buffer to store the description of the convar.
int maxlength
Maximum length of string buffer.
Return Value
void