Add interface, stub implementation and

script stub for llGetHTTPHeader().
This commit is contained in:
Charles Krinke
2009-05-13 01:58:17 +00:00
parent 6257bb8b09
commit 94e2768cc7
3 changed files with 14 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Integer llGetFreeURLs();
LSL_Vector llGetGeometricCenter();
LSL_Float llGetGMTclock();
LSL_String llGetHTTPHeader(LSL_Key request_id, string header);
LSL_Key llGetInventoryCreator(string item);
LSL_Key llGetInventoryKey(string name);
LSL_String llGetInventoryName(int type, int number);