Datatypes

The following datatypes are used in the rumbas yaml files. The following sections will explain how each of these can be represented in the yaml files.

DatatypeWhat is it used for?
stringAnything that has to do with text, numbers or booleans. This can also be used for html and jme content.
arrayAn ordered list of values (of the same type).
hashA list of key-value pairs. The keys are strings and the values can be any datatype.
anchorA way to reference a value multiple times.