aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
index 231cd7e..e0c81c7 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
@@ -661,6 +661,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
661 return m_LSL_Functions.llGetParcelMaxPrims(pos, sim_wide); 661 return m_LSL_Functions.llGetParcelMaxPrims(pos, sim_wide);
662 } 662 }
663 663
664 public LSL_String llGetParcelMusicURL()
665 {
666 return m_LSL_Functions.llGetParcelMusicURL();
667 }
668
664 public LSL_Integer llGetParcelPrimCount(LSL_Vector pos, int category, int sim_wide) 669 public LSL_Integer llGetParcelPrimCount(LSL_Vector pos, int category, int sim_wide)
665 { 670 {
666 return m_LSL_Functions.llGetParcelPrimCount(pos, category, sim_wide); 671 return m_LSL_Functions.llGetParcelPrimCount(pos, category, sim_wide);