====== Record ====== Records are simple data structures in [[:Doomsday Script]] that contain a set of unordered, named variables and subrecords. Records can be nested inside other records up to arbitrary depth. Records are fully serializable (which the exception that [[http://source.dengine.net/apidoc/sdk/classde_1_1_ref_value.html|RefValues]] are dereferenced when serialized, as they can point to any variable in the application). ===== See also ===== [[script:walkthrough:records|Doomsday Script tutorial: Records]]