element.setExistsFor: Difference between revisions

no edit summary
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.getExistsFor|element.getExistsFor]] 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.
|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,711

edits