element.alwaysExistForSyncer: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = property |class = Element |name = alwaysExistForSyncer |readonly = false |usage = get/set whether or not this element always exists for...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
|name = alwaysExistForSyncer
|name = alwaysExistForSyncer
|readonly = false
|readonly = false
|usage = get/set whether or not this element always exists for it's syncer
|usage = get/set whether or not this element always exists for it's syncer (if enabled, the element will never be streamed out for the syncer even if they get far away)
|returnTypes = bool
|returnTypes = bool
|returnInfo = a boolean representing whether or not this element always exists for it's syncer
|returnInfo = a boolean representing whether or not this element always exists for it's syncer
}}
}}

Latest revision as of 04:07, 26 December 2021

alwaysExistForSyncer

Signature: void alwaysExistForSyncer()

Usage: get/set whether or not this element always exists for it's syncer (if enabled, the element will never be streamed out for the syncer even if they get far away)

Return

void