Interface administrators, moderator
2,711
edits
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
|returnFail1 = void | |returnFail1 = void | ||
|usage = sets whether or not the element should exist for this client | |usage = sets whether or not the element should exist for this client | ||
|notes = When creating an element, it will exist for all clients by default, so using this function isn't necessary unless you turn off [[element.defaultExistance|element.defaultExistance]] at some point. You can use [[element. | |notes = When creating an element, it will exist for all clients by default, so using this function isn't necessary unless you turn off [[element.defaultExistance|element.defaultExistance]] at some point.<br> | ||
You can use [[element.existsFor|element.existsFor]] to see if this element exists for a specific client, and [[element.clearExistsFor|element.clearExistsFor]] to clear the list of clients added by this function. | |||
}} | }} |