GetCvarFloat( <cvar> )
Module: Dvars
Summary:
Gets the value of a cvar, as a floating point number.
Example:
oldDelay = GetCvarFloat( "effect_delay" );
Required Args:
1 : <cvar> The cvar name.