ll.LinksetDataFindKeys(search: string, start: number, count: number) : list
Returns a list of keys from the linkset's data store matching the search parameter.
ll.LinksetDataFindKeys('test', 10, 14)
{
"def": "func",
"desc": "Returns a list of keys from the linkset's data store matching the search parameter.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlLinksetDataFindKeys",
"name": "LinksetDataFindKeys",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"list"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "search",
"desc": "A regex search string to match against keys in the datastore.",
"type": [
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "start",
"desc": "First entry to return. 0 for start of list.",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "count",
"desc": "Number of entries to return. Less than 1 for all keys.",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}