GetConVarString
From Garry's Mod
Description
This feature is deprecated.
You should avoid using it as it may be removed in a future version.
Store the ConVar object retrieved with GetConVar and call ConVar:GetString on it.
Gets the string value ConVar with the specified name.
You should avoid using it as it may be removed in a future version.
Store the ConVar object retrieved with GetConVar and call ConVar:GetString on it.
Arguments
string name
Name of the ConVar to get.
Returns
The ConVar's value.