Skip to content

llLinksetDataFindKeys

list llLinksetDataFindKeys(string search, integer start, integer count)

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 (integer)
First entry to return. 0 for start of list.
count (integer)
Number of entries to return. Less than 1 for all keys.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here