Garry's Mod Wiki

GetConVar_Internal

  ConVar GetConVar_Internal( string name )

Description

This is used internally - although you're able to use it you probably shouldn't.
This function is very slow and not recommended. See GetConVar for an example on how to properly store the return of what your using so you can avoid using this function as much as possible.

Gets the ConVar with the specified name. This function doesn't cache the convar.

Arguments

1 string name
Name of the ConVar to get

Returns

1 ConVar
The ConVar object