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
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.