User Tools

Site Tools


script:record

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
script:record [2017-03-24 06:37] – [Record] skyjakescript:record [2019-11-25 08:53] (current) – [Tutorial] skyjake
Line 1: Line 1:
  
 +====== 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]]
script/record.txt · Last modified: 2019-11-25 08:53 by skyjake