Types
Summary
Defines types that may be used in several contexts, e.g. when declaring Script properties and when specifying the type of a Global Variable.
Fields
Name Description
ArrayOfBool Represents a sequence of boolean values, i.e. true or false.
ArrayOfFloat Represents a sequence of floating point numbers.
ArrayOfInt Represents a sequence of integer numbers.
ArrayOfObject Represents a sequence of arbitrary objects the specific kind of which depends on the context.
ArrayOfShort Represents an array of short integer numbers.
ArrayOfString Represents a sequence of strings of characters, i.e. a sequence of texts.
Bool Represents a boolean value, i.e, true or false.
Float Represents a floating point number.
Int Represents an integer number.
None Indicates that the type is undefined.
Object Represents an arbitrary object the specific kind of which depends on the context.
Short Represents a short integer number.
String Represents a string of characters, i.e. a text.
UnsignedInt Represents an unsigned integer number.

Return to: Index