native set_cvar_float(const cvar[], Float:value);
cvar | Cvar name to set value of |
value | Value to set cvar to |
Sets a cvar to a given float value. The cvar is accessed by name.
Accessing a Cvar by name is slower than direct pointer access, which is why the otherwise equivalent set_pcvar_float() function should be used instead.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.