Last updated
Last updated
A Synchronized List, more commonly referred to as a "SyncList", is easily definable in your code. It will handle automatically aligning the contents of a list between all .
Working with SyncLists is as easy as using a regular list, you have only to be mindful of who has authority over it.
SyncLists are built with the Network Module setup, meaning that you have to initialize it. Below is a usage example:
The SyncList is serialized in editor, however, you shouldn't edit it here. This is purely for visual debugging