ScriptAny.Type

Enumeration of what type is held by a ScriptAny. Note that a function, array, or string can be used as an object.

Values

ValueMeaning
NULL0

primitives

UNDEFINED
BOOLEAN
INTEGER
DOUBLE
OBJECT

objects

ARRAY
FUNCTION
STRING

Meta