add llObjectGetLinkKey(...)

This commit is contained in:
UbitUmarov
2022-10-22 13:19:13 +01:00
parent e5fd020b97
commit 016ff2fb11
3 changed files with 68 additions and 13 deletions

View File

@@ -153,6 +153,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Key llGetKey();
LSL_Key llGetLandOwnerAt(LSL_Vector pos);
LSL_Key llGetLinkKey(int linknum);
LSL_Key llObjectGetLinkKey(LSL_Key objectid, int linknum);
LSL_String llGetLinkName(int linknum);
LSL_Integer llGetLinkNumber();
LSL_Integer llGetLinkNumberOfSides(int link);