User Guide
Quick Reference
Modding
Development
User Guide
Quick Reference
Modding
Development
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 RefValues are dereferenced when serialized, as they can point to any variable in the application).