Revision Difference
Global.GetConVarString#517136
<function name="GetConVarString" parent="Global" type="libraryfunc">
<description><deprecated>Store the <page>ConVar</deprecated> object retrieved with <page>Global.GetConVar</page> and call <page>ConVar:GetString</page> on it.</page>Gets the string value ConVar with the specified name.</description>
<description><deprecated>Store the <page>ConVar</page> object retrieved with <page>Global.GetConVar</page> and call <page>ConVar:GetString</page> on it.</deprecated>Gets the string value ConVar with the specified name.</description>
<realm>Shared and Menu</realm>
<file line="453-L457">lua/includes/util.lua</file>
<args>
<arg name="name" type="string">Name of the ConVar to get.</arg>
</args>
<rets>
<ret name="" type="string">The ConVar's value.</ret>
</rets>
</function>