Updated Persister (.world etc.) format (markdown)

Sgeo 2017-06-14 23:15:06 -04:00
parent 230b786d57
commit c5936df79b

@ -29,7 +29,7 @@ If the Object ID has been seen before within this file, reuse the associated obj
## Explicit vs Implicit ## Explicit vs Implicit
Objects often contain other objects. Even if object A (e.g. World) is expected to only contain B (e.g. a Hashtable), B will still have the class ID and potentially class name. This will be noted in these docs as "Explicit" as a reminder. There are exceptions where there is no object ID and class name (e.g. inheritance). These will be noted as "Implicit". Objects often contain other objects. Even if object A (e.g. World) is expected to only contain B (e.g. a Hashtable), B will still have the class ID and potentially class name. This will be noted in these docs as "Explicit" as a reminder. There are exceptions where there is no object ID and class name (usually because of an is-a relationship). These will be noted as "Implicit".
## Example from GroundZero ## Example from GroundZero