Skip to content

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.

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.