Torque2D Reference
|
Signed integer min/max range validator. More...
#include <ConsoleTypeValidators.h>
Public Member Functions | |
IRangeValidator (S32 minValue, S32 maxValue) | |
void | validateType (SimObject *object, void *typePtr) |
![]() | |
ConsoleTypeValidator () | |
virtual | ~ConsoleTypeValidator () |
void | consoleError (SimObject *object, const char *format,...) |
Additional Inherited Members | |
![]() | |
S32 | fieldIndex |
Signed integer min/max range validator.
|
inline |
|
virtual |
validateType is called for each assigned value on the field this validator is attached to.
Implements ConsoleTypeValidator.