Garry's Mod Wiki

Revision Difference

Global.GetConVarString#552365

<function name="GetConVarString" parent="Global" type="libraryfunc"> <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="491-L495">lua/includes/util.lua</file> <file line="492-L496">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>