Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

CompRef

pointcache edited this page Jan 16, 2017 · 2 revisions

It is a type of rVar that is used to serialize references to other Components.

SaveSystem handles serialization and deserialization of the references provided that referenced object is included in the SaveObject. This means you have to use CompRef for linking when needed, like inventories, loadouts etc.

For serialization of CompRef URSA uses CompRefSerializationProcessor class, that is used by FullSerializer.

Clone this wiki locally