ll.LinksetDataDeleteFound (search: string, pass: string) -> listDeletes all key value pairs in the linkset data where the key matches the regular expression in search. Returns a list consisting of [ #deleted, #not deleted ].
ll.LinksetDataDeleteFound('test', 'test')
{
"def": "func",
"desc": "Deletes all key value pairs in the linkset data where the key matches the regular expression in search. Returns a list consisting of [ #deleted, #not deleted ].",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlLinksetDataDeleteFound",
"private": false,
"takesSelf": false,
"name": "LinksetDataDeleteFound",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "list"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "search",
"desc": "A regex search string to match against keys in the datastore.",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "pass",
"desc": "The pass phrase used to protect key value pairs in the linkset data",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}