GetConVarBounds
Retrieves the specified bound of a console variable.
Parameters
Type of bound to retrieve, ConVarBound_Lower or ConVarBound_Upper.
float& value
By-reference cell to store the specified floating point bound value.
Return Value
bool True if the convar has the specified bound set, false otherwise.Error
Invalid or corrupt Handle.