ConVar.GetDescription Method

Retrieves the description of a console variable.

void GetDescription(char[] buffer, int maxlength)

Parameters

char[] buffer

Buffer to store the description of the convar.

int maxlength

Maximum length of string buffer.