aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IWorld.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Adds World.Audio.* to MRMAdam Frisby2009-05-291-0/+3
| | | | | * This includes methods such as PlaySound which take a Position as an argument, allowing you to trigger sounds arbitrarily across the scene without needing a parent object in the position.
* Update svn properties.Jeff Ames2009-04-141-57/+57
|
* * Minor MRM CleanupAdam Frisby2009-04-111-0/+57
* Interfaces now live in Interfaces subdirectory. * Namespace does not yet reflect this change. * Final namespace for MRMs will probably sit somewhere around OpenSim.Extend.MRM[?]