6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = isSyncer | ||
|side = client | |||
|type = property | |type = property | ||
|class = Element | |class = Element | ||
| | |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 | ||
}} | }} |
edits