From 7a4c6ff5b31a929d0ecf1653820277d55bc4361b Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 1 May 2025 19:42:53 +0100 Subject: [PATCH] add another ossl tooltip --- OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index ea6898665c..8cb646a6a3 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs @@ -882,7 +882,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces void osListSortInPlace(LSL_List src, LSL_Integer stride, LSL_Integer ascending); //ApiDesc Sorts a given strided list in place. void osListSortInPlaceStrided(LSL_List src, LSL_Integer stride, LSL_Integer stride_index, LSL_Integer ascending); - LSL_List osGetParcelDetails(LSL_Key id, LSL_List param); + //ApiDesc Returns a list with the requested parcel details. + LSL_List osGetParcelDetails(LSL_Key id, LSL_List details); //ApiDesc Returns a list of parcel ids of the current region. LSL_List osGetParcelIDs(); //ApiDesc Returns the parcel id of the current parcel.