ConVar.GetString Method

Retrieves the string value of a console variable.

void GetString(char[] value, int maxlength)

Parameters

char[] value

Buffer to store the value of the convar.

int maxlength

Maximum length of string buffer.