Revision Difference
Global.GetConVarString#514907
<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>⤶
<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>⤶
⤶