mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, without any requests to grid

This commit is contained in:
UbitUmarov
2019-08-27 21:16:22 +01:00
parent ab92dff5be
commit 718c6d1e4d
3 changed files with 11 additions and 6 deletions

View File

@@ -375,7 +375,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
key osGetGender(LSL_Key rawAvatarId);
key osGetMapTexture();
key osGetRegionMapTexture(string regionName);
key osGetRegionMapTexture(string regionNameOrID);
LSL_List osGetRegionStats();
vector osGetRegionSize();