get_pcvar_bounds
- Синтаксис
-
native bool:get_pcvar_bounds(pcvar, CvarBounds:type, &Float:value);
Переменная | Описание |
---|---|
pcvar |
Pointer to cvar |
type |
Type of boundary to retrieve |
value |
Variable to store the specified boundary to |
- Описание
- Retrieves the specified value boundary of a cvar.
- Возвращает
- True if the cvar has a boundary set, false otherwise