Skip to content

llLinksetDataDeleteFound

function ll.LinksetDataDeleteFound(search: string, pass: string): {any}

Deletes all key value pairs in the linkset data where the key matches the regular expression in search. Returns a list consisting of [ #deleted, #not deleted ].

Parameters
search (string)
A regex search string to match against keys in the datastore.
pass (string)
The pass phrase used to protect key value pairs in the linkset data

Add example usage here showing SLua/Luau syntax with ll.LinksetDataDeleteFound().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.