element.isSyncer: Difference between revisions

Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 5: Line 5:
|name = isSyncer
|name = isSyncer
|readonly = true
|readonly = true
|usage = check whether the local client is syncing this element
|usage = check whether the local client is syncing this element. Synchronizing an element controls synchronization of the element, whilst owning an element controls existence of the element
|returnTypes = bool
|returnTypes = bool
|returnInfo = a boolean representing whether or not the client is the syncer for the element
|returnInfo = a boolean representing whether or not the client is the syncer for the element
|notes = This cannot be changed client-side. To change the syncer, use [[element.setSyncer|element.setSyncer]] on a server script.
|notes = This cannot be changed client-side. To change the syncer, use [[element.setSyncer|element.setSyncer]] on a server script.
}}
}}