m for some reason I never spell hierarchy specifically right. it just feels like one of those words with the e before the i. but it's not |
m change to template |
||
Line 2: | Line 2: | ||
== Derivation Hierarchy == | == Derivation Hierarchy == | ||
{{SyncFieldHierarchy}} | |||
Revision as of 19:58, 7 December 2024
The SyncType type is the Reference type wrapper around the Type type. It is the equivalent of Sync<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