GetFloat
Returns the floating point value of a game event's key.
native float GetFloat(const char[] key, float defValue = 0.000000)
Parameters
const char[] key
Name of event key.
float defValue
Optional default value to use if the key is not found.
Return Value
float The floating point value of the specified event key.