Sets the specified bound of a console variable.
void SetConVarBounds(Handle convar, ConVarBounds type, bool set, float value)
Handle to the convar.
Type of bound to set, ConVarBound_Lower or ConVarBound_Upper
If set to true, convar will use specified bound. If false, bound will be removed.
Floating point value to use as the specified bound.
Invalid or corrupt Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.