v2026.5.3
All Bundles
Bundle Allow programmers to introspect the runtime elements

DataType

Represents a runtime data type

Operations

GetClassName #

Returns array the class type name

method : public : GetClassName() ~ String

Return

TypeDescription
Stringclass type name

GetDimension #

Returns array dimension size of the data type. Will return 0 if type is a scalar

method : public : GetDimension() ~ Int

Return

TypeDescription
Intarray dimension size of the data type

GetType #

Returns the data type's type

method : public : GetType() ~ DataType->TypeId

Return

TypeDescription
DataType->TypeIddata type's type