* Renamed Heightmap.Height to Heightmap.Length to avoid confusion about axis.

* Added XMLDOC to MRM API code, this means we have usable programming docs being produced here: http://docs.opensimulator.org/namespaceOpenSim_1_1Region_1_1OptionalModules_1_1Scripting_1_1Minimodule.html (eg IObject, IHeightmap, etc)
This commit is contained in:
Adam Frisby
2009-04-04 08:33:58 +00:00
parent 5cf7b784ce
commit 4e9403e6ef
3 changed files with 35 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
set { Set(x, y, value); }
}
public int Height
public int Length
{
get { return m_scene.Heightmap.Height; }
}