add list osGetParcelIDs() and key osGetParcelID(), plus a few changes to previus commits

This commit is contained in:
UbitUmarov
2023-04-16 20:00:35 +01:00
parent 68130e0c93
commit 93e06f87f6
4 changed files with 69 additions and 1 deletions

View File

@@ -598,5 +598,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Integer osAvatarType(LSL_Key avkey);
LSL_Integer osAvatarType(LSL_String sFirstName, LSL_String sLastName);
void osListSortInPlace(LSL_List src, LSL_Integer stride, LSL_Integer ascending);
LSL_List osGetParcelDetails(LSL_Key id, LSL_List param);
public LSL_List osGetParcelIDs();
public LSL_Key osGetParcelID();
}
}