Add interface, stub and bare implmentation for llHTTPResponse().

This commit is contained in:
Charles Krinke
2009-05-13 00:29:50 +00:00
parent 88371e4f98
commit ba99f2a1a5
3 changed files with 16 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llGroundRepel(double height, int water, double tau);
LSL_Vector llGroundSlope(LSL_Vector offset);
LSL_String llHTTPRequest(string url, LSL_List parameters, string body);
void llHTTPResponse(string url, int status, string body);
LSL_String llInsertString(string dst, int position, string src);
void llInstantMessage(string user, string message);
LSL_String llIntegerToBase64(int number);