Garry's Mod Wiki

Garry's Mod Wiki

  ConVar GetConVar( string name )

Description

Gets the ConVar with the specified name.

This function uses GetConVar_Internal internally, but caches the result in Lua for quicker lookups.

Arguments

1 string name
Name of the ConVar to get

Returns

1 ConVar
The ConVar object, or nil if no such ConVar was found.

Example

Makes a ConVar and utilizes GetConVar to print the value of the ConVar.

CreateClientConVar("exampleConvar", "hi") concommand.Add("exampleConvar2", function() MsgN("ConVar Value: " .. GetConVar("exampleConvar"):GetString()) end)
Output:
ConVar Value: hi

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...