Torque2D Reference
|
#include <ConsoleTypeValidators.h>
Public Member Functions | |
IRangeValidatorScaled (S32 scaleFactor, S32 minValueScaled, S32 maxValueScaled) | |
void | validateType (SimObject *object, void *typePtr) |
![]() | |
ConsoleTypeValidator () | |
virtual | ~ConsoleTypeValidator () |
void | consoleError (SimObject *object, const char *format,...) |
Additional Inherited Members | |
![]() | |
S32 | fieldIndex |
Scaled integer field validator
|
inline |
|
virtual |
validateType is called for each assigned value on the field this validator is attached to.
Implements ConsoleTypeValidator.