aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index d314572..ac527c6 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -199,6 +199,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
199 void llGroundRepel(double height, int water, double tau); 199 void llGroundRepel(double height, int water, double tau);
200 LSL_Vector llGroundSlope(LSL_Vector offset); 200 LSL_Vector llGroundSlope(LSL_Vector offset);
201 LSL_String llHTTPRequest(string url, LSL_List parameters, string body); 201 LSL_String llHTTPRequest(string url, LSL_List parameters, string body);
202 void llHTTPResponse(string url, int status, string body);
202 LSL_String llInsertString(string dst, int position, string src); 203 LSL_String llInsertString(string dst, int position, string src);
203 void llInstantMessage(string user, string message); 204 void llInstantMessage(string user, string message);
204 LSL_String llIntegerToBase64(int number); 205 LSL_String llIntegerToBase64(int number);