📄️ Angle
An angle whose value you can get either as radians or degrees.
📄️ Array
An ordered, random-access collection that can grow dynamically, with elements of a single type.
📄️ Color
An RGB color.
📄️ Error
Aborts the current call stack and prints an error message to Creator Tools.
📄️ Float
A floating point value, e.g. 3.14.
📄️ Int
An integer value, e.g. 12.
📄️ Map
A collection containing key-value pairs.
Prints a debug message to Creator Tools.
📄️ Range
A half-open range from lower bound up to, but not including, upper bound.
📄️ String
A collection of unicode characters.
📄️ Warning
Prints a warning message to Creator Tools.