element.isSyncer: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = isSyncer
|side = client
|type = property
|type = property
|class = Element
|class = Element
|name = isSyncer
|games = iii vc sa iv
|desc = 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
|return = bool a boolean representing whether or not the client is the syncer for the element
|note = This cannot be changed client-side. To change the syncer, use [[element.setSyncer|element.setSyncer]] on a server script.
|readonly = true
|readonly = true
|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
|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.
}}
}}
6,833

edits