llLinksetDataFindKeys
function ll.LinksetDataFindKeys(search: string, start: number, count: number): {any}Returns a list of keys from the linkset's data store matching the search parameter.
Parameters
-
search(string) - A regex search string to match against keys in the datastore.
-
start(number) - First entry to return. 0 for start of list.
-
count(number) - Number of entries to return. Less than 1 for all keys.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.LinksetDataFindKeys().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llLinksetDataFindKeys