native set_pcvar_bounds(pcvar, CvarBounds:type, bool:set, Float:value = 0.0);
pcvar | Pointer to cvar |
type | Type of boundary to set |
set | If true the cvar boundary will be set, otherwise it will be removed (value is ignored) |
value | Floating point value to use as the boundary |
Sets the specified boundary of a cvar.
This function has no return value.
If an invalid cvar pointer or boundary type is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.