diff options
author | Pixel Tomsen | 2012-01-25 21:31:18 +0100 |
---|---|---|
committer | BlueWall | 2012-01-25 15:48:38 -0500 |
commit | 8f53c768f53478ff3e0c27198b257bb27be16259 (patch) | |
tree | 014d6d93de40b6e2049d77dfba305d696c4ca12d /OpenSim/Framework/ILandObject.cs | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-8f53c768f53478ff3e0c27198b257bb27be16259.zip opensim-SC_OLD-8f53c768f53478ff3e0c27198b257bb27be16259.tar.gz opensim-SC_OLD-8f53c768f53478ff3e0c27198b257bb27be16259.tar.bz2 opensim-SC_OLD-8f53c768f53478ff3e0c27198b257bb27be16259.tar.xz |
llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParcelMusicURL
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'OpenSim/Framework/ILandObject.cs')
-rw-r--r-- | OpenSim/Framework/ILandObject.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/ILandObject.cs b/OpenSim/Framework/ILandObject.cs index 0316944..f75a990 100644 --- a/OpenSim/Framework/ILandObject.cs +++ b/OpenSim/Framework/ILandObject.cs | |||
@@ -130,5 +130,11 @@ namespace OpenSim.Framework | |||
130 | /// </summary> | 130 | /// </summary> |
131 | /// <param name="url"></param> | 131 | /// <param name="url"></param> |
132 | void SetMusicUrl(string url); | 132 | void SetMusicUrl(string url); |
133 | |||
134 | /// <summary> | ||
135 | /// Get the music url for this land parcel | ||
136 | /// </summary> | ||
137 | /// <returns>The music url.</returns> | ||
138 | string GetMusicUrl(); | ||
133 | } | 139 | } |
134 | } | 140 | } |