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.
Datatype | What is it used for? |
---|---|
string | Anything that has to do with text, numbers or booleans. This can also be used for html and jme content. |
array | An ordered list of values (of the same type). |
hash | A list of key-value pairs. The keys are strings and the values can be any datatype. |
anchor | A way to reference a value multiple times. |