element.isOwner: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = property |class = Element |name = isOwner |readonly = true |usage = check whether the local client owns this element. Owning an element...")
 
No edit summary
Line 1: Line 1:
{{ScriptItem
{{ScriptItem
|endpoint = client
|endpoint = both
|type = property
|type = property
|class = Element
|class = Element

Revision as of 21:15, 15 May 2021

isOwner

Signature: void isOwner()

Usage: check whether the local client owns this element. Owning an element controls existence of the element, whilst synchronizing an element controls synchronization of the element

Return

void