* Removes some hard-coded magic numbers relating to RegionSize. We now use Constants.RegionSize as expected. (Working towards enlarged or smaller regionsizes that arent multiples of 256m)

* Adds minor functionality to MRM Scripting.
This commit is contained in:
Adam Frisby
2009-04-01 05:58:07 +00:00
parent 7ec85508ff
commit 5225e40f9e
4 changed files with 39 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
@@ -37,6 +37,9 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
uint LocalID { get; }
UUID GlobalID { get; }
String Name { get; set; }
String Description { get; set; }
IObject[] Children { get; }
/// <summary>
@@ -48,6 +51,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
Vector3 Scale { get; set; }
Quaternion Rotation { get; set; }
Vector3 Position { get; set; }
Vector3 SitTarget { get; set; }
String SitTargetText { get; set; }