mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-09 21:05:44 +00:00
settings: Document BasicSetting, add Ranged
This commit is contained in:
@@ -198,6 +198,10 @@ public:
|
||||
return this->ToString(maximum);
|
||||
}
|
||||
|
||||
constexpr bool Ranged() const override {
|
||||
return ranged;
|
||||
}
|
||||
|
||||
protected:
|
||||
Type value{}; ///< The setting
|
||||
const Type default_value{}; ///< The default value
|
||||
|
||||
Reference in New Issue
Block a user