Sets the floating point value of a console variable. Note: The replicate and notify params are only relevant for the original, Dark Messiah, and Episode 1 engines. Newer engines automatically do these things when the convar value is changed.
native void SetConVarFloat(Handle convar, float value, bool replicate = false, bool notify = false)