this is just a syncronization via data model of the type "Type" Tag: New redirect |
m cats |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The '''SyncType''' type is the [[Reference type]] wrapper around the [[Type:Type|Type]] type. It is the equivalent of [[Type:Sync`1|Sync<T>]] or [[Type:SyncRef`1|SyncRef<T>]] for the Type type. | |||
== Derivation Hierarchy == | |||
{{SyncFieldHierarchy}} | |||
[[Category:Type]] | |||
[[Category:Reference Types]] |
Latest revision as of 03:26, 10 December 2024
The SyncType type is the Reference type wrapper around the Type type. It is the equivalent of Sync<T> or SyncRef<T> for the Type type.
Derivation Hierarchy
- SyncElement
- ConflictingSyncElement
- SyncField<T>
- Sync<T>, for value types
- SyncRef<T>, for reference types. Derives from SyncField<RefID>
- SyncType, for the Type type. Derives from SyncField<Type>
- SyncDelegate<T>, for Sync Delegates. Derives from SyncField<WorldDelegate>
- SyncField<T>
- ConflictingSyncElement