GetCvarInt( <cvar> )
Module: Dvars
Summary:
Gets the value of a cvar, as an integer.
Example:
level.fogtype = GetCvarInt( "scr_fog_type" );
Required Args:
1 : <cvar> The cvar name.