add old llList2ListStrided renamed osOldList2ListStrided to easy any possible script fixes

This commit is contained in:
UbitUmarov
2023-04-27 22:15:19 +01:00
parent a4ba4232e6
commit 549ebc1025
4 changed files with 98 additions and 93 deletions

View File

@@ -602,5 +602,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_List osGetParcelDetails(LSL_Key id, LSL_List param);
LSL_List osGetParcelIDs();
LSL_Key osGetParcelID();
LSL_List osOldList2ListStrided(LSL_List src, int start, int end, int stride);
}
}