GetConvarFloat
Docslocal retval = GetConvarFloat(varName, defaultValue)Description
This will have floating point inaccuracy.
Parameters
| Name | Type | Description |
|---|---|---|
varName | char* | The console variable to get |
defaultValue | float | The default value to set, if none are found. |
Returns
floatReturns a floating-point number.