| 492 | operator bool() const override { return ParamRawValueSpec::GetInt() != 0; } |
| 493 | |
| 494 | void SetValue(const RStringB& val) override { ParamRawValueSpec::SetValue(val); } |
| 495 | void SetValue(float val) override { ParamRawValueSpec::SetValue(val); } |
| 496 | void SetValue(int val) override { ParamRawValueSpec::SetValue(val); } |
| 497 | void SetFile(ParamFile* file) override { ParamRawValueSpec::SetFile(file); } |
nothing calls this directly
no test coverage detected