mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Adds World.Avatars[] to MRM Scripting. Contains an enumerable array containing IAvatar instances for each avatar in the region.
* Adds Test/TestModule.cs which demonstrates a very quick and simple MRM Test.
This commit is contained in:
@@ -34,6 +34,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
public interface IWorld
|
||||
{
|
||||
IObject[] Objects { get; }
|
||||
IAvatar[] Avatars { get; }
|
||||
IHeightmap Terrain { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user