SharpMod.CVar.GetFloatValue C# (CSharp) Method

GetFloatValue() public static method

public static GetFloatValue ( string name ) : float
name string
return float
        public static float GetFloatValue(string name)
        {
            return MetaModEngine.engineFunctions.CVarGetFloat(name);
        }