m change to template |
m cats |
||
Line 6: | Line 6: | ||
{{SyncFieldHierarchy}} | {{SyncFieldHierarchy}} | ||
[[Category:Types]] | |||
[[Category:Reference Types]] |
Revision as of 03:26, 10 December 2024
The SyncField<T> type is a reference type that exists as a proper type implementing the IField<T> interface, allowing objects to be instantiated with the properties of the interface.
This type is almost never used directly, but rather exists as a derivation base for other field types.
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