Translations:Reference type/7/en

From Resonite Wiki
Revision as of 03:00, 27 April 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In general, the analogue to reference types in ProtoFlux is the object type. However, they are not equivalent, as ProtoFlux is separate from FrooxEngine and thus does not inherently know its data model. This can cause some confusion when using nodes that interact with FrooxEngine (such as a Data Model Store) vs nodes that are contained entirely within protoflux (such as a Local). A slot is an Object Ref in the data model, but an Object alone in ProtoFlux contexts. A string is a value in the data model, but an Object Field in ProtoFlux contexts.