GetFloat
Retrieves a floating point value from a KeyValues key.
native float GetFloat(const char[] key, float defvalue = 0.000000)
Parameters
const char[] key
Name of the key, or NULL_STRING.
float defvalue
Optional default value to use if the key is not found.
Return Value
float Floating point value of the key.