New upstream function: llGetObjectLinkKey

This commit is contained in:
Sei Lisa 2022-10-01 01:17:35 +02:00
parent 3f77f14eac
commit 8966b9de97
3 changed files with 9 additions and 1 deletions

View file

@ -325,6 +325,10 @@ def llGetLinkName(link):
return NULL_KEY
raise ELSLCantCompute
def llGetObjectLinkKey(id, link):
# TODO: Investigate behaviour with invalid key, invalid link etc.
raise ELSLCantCompute
def llGetOwnerKey(id):
id = fk(id)
if not cond(id):