Skip to content

llLinksetDataFindKeys

Function Syntax
list llLinksetDataFindKeys(
  1. string search, // A regex search string to match against keys in the datastore.
  2. integer start, // First entry to return. 0 for start of list.
  3. integer count // Number of entries to return. Less than 1 for all keys.
);

Returns a list of keys from the linkset’s data store matching the search parameter.