| 176 | |
| 177 | virtual void InternalSetString( const char *newValue ) {} |
| 178 | virtual void InternalSetBool( const bool newValue ) {} |
| 179 | virtual void InternalSetInteger( const int newValue ) {} |
| 180 | virtual void InternalSetFloat( const float newValue ) {} |
| 181 |