aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 e4cfedb..945932e 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
@@ -854,6 +854,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
854 return m_LSL_Functions.llHTTPRequest(url, parameters, body); 854 return m_LSL_Functions.llHTTPRequest(url, parameters, body);
855 } 855 }
856 856
857 public void llHTTPResponse(string url, int status, string body)
858 {
859 m_LSL_Functions.llHTTPResponse(url, status, body);
860 }
861
857 public LSL_String llInsertString(string dst, int position, string src) 862 public LSL_String llInsertString(string dst, int position, string src)
858 { 863 {
859 return m_LSL_Functions.llInsertString(dst, position, src); 864 return m_LSL_Functions.llInsertString(dst, position, src);