mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, without any requests to grid
This commit is contained in:
@@ -945,9 +945,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osGetMapTexture();
|
||||
}
|
||||
|
||||
public key osGetRegionMapTexture(string regionName)
|
||||
public key osGetRegionMapTexture(string regionNameOrID)
|
||||
{
|
||||
return m_OSSL_Functions.osGetRegionMapTexture(regionName);
|
||||
return m_OSSL_Functions.osGetRegionMapTexture(regionNameOrID);
|
||||
}
|
||||
|
||||
public LSL_List osGetRegionStats()
|
||||
|
||||
Reference in New Issue
Block a user