ScriptAny.Type

Enumeration of what type is held by a ScriptAny. Note that a function, array, or string can be used as an object, so the best way to check if a ScriptAny is a ScriptObject is to use isObject.

Values

ValueMeaning
NULL0

primitives

UNDEFINED
BOOLEAN
INTEGER
DOUBLE
OBJECT

objects

ARRAY
FUNCTION
STRING

Meta