Dev - Data Types

Stranded III is using several different data types in Lua. This section gives you a short overview over all used data types. Click the types for detailed descriptions and examples.

Primitive Types

Basic values like numbers and texts.

Complex Types

Types which consist of multiple/complex values.

Definitions

Used to refer to definitions. In most cases these can be declared either by using a string with the unique definition ID or by a number containing the internal definition index.