set_pcvar_bounds
- Синтаксис
-
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.
- Возвращает
- Функция ничего не возвращает