You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
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.