Type:SyncRef`1: Difference between revisions

From Resonite Wiki
m 989onan moved page Types:SyncRef`1 to Type:SyncRef`1: Misspelled title: type not types
add info
Line 1: Line 1:
{{Stub}}
Sync Ref is a container for a reference that needs to be syncronized via the [[Data Model]]. Sync Refs can hold any type of [[Type:IWorldElement|IWorldElement]]. If a reference is put inside of SyncRef that can't be synchronized, it may kick everyone but the host from a session.


SyncRef<nowiki><T></nowiki>  
SyncRef<nowiki><T></nowiki>  
[[Category:Type]]
[[Category:Type]]

Revision as of 19:34, 12 May 2024

Sync Ref is a container for a reference that needs to be syncronized via the Data Model. Sync Refs can hold any type of IWorldElement. If a reference is put inside of SyncRef that can't be synchronized, it may kick everyone but the host from a session.

SyncRef<T>