Interface administrators, moderator
2,603
edits
(Created page with "{{ScriptItem |endpoint = server |type = property |class = Element |name = defaultExistance |readonly = false |usage = get/set whether or not this element exists for everyone b...") |
No edit summary |
||
Line 8: | Line 8: | ||
|returnTypes = bool | |returnTypes = bool | ||
|returnInfo = a boolean representing whether or not this element exists for everyone by default | |returnInfo = a boolean representing whether or not this element exists for everyone by default | ||
|notes = If defaultExistance is disabled, you can use [[element.setExistsFor|element.setExistsFor]] to make element exist for individual clients. For example, if you want a server blip to exist for one player (or multiple players, but only the ones you specify) | |notes = If defaultExistance is disabled, you can use [[element.setExistsFor|element.setExistsFor]] to make element exist for individual clients. For example, if you want a server blip to exist for one player (or multiple players, but only the ones you specify). Also use [[element.clearExistsFor|element.clearExistsFor]] to clear all players added by element.setExistsFor above | ||
}} | }} |