FORCE
Description
Enumerations used by AccessorFunc.
Values
FORCE_STRING | 1 | Forces the function to take strings only |
FORCE_NUMBER | 2 | Forces the function to take numbers only |
FORCE_BOOL | 3 | Forces the function to take booleans only |
FORCE_ANGLE | 4 | Forces the function to take Angles only |
FORCE_COLOR | 5 | Forces the function to take Colors only |
FORCE_VECTOR | 6 | Forces the function to take Vectors only |