mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
New upstream function: llGetObjectLinkKey
This commit is contained in:
parent
3f77f14eac
commit
8966b9de97
3 changed files with 9 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue