element.setExistsFor: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions 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 = Turn off [[element.defaultExistance|element.defaultExistance]] first before using this function, otherwise the element will exist for all clients by default. You can use [[element.clearExistsFor|element.clearExistsFor]] to clear the list of clients added by this function.
|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.
}}
}}
2,743

edits