diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 1 |
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 9ebc041..a575f87 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -123,6 +123,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
123 | LSL_Integer llGetFreeURLs(); | 123 | LSL_Integer llGetFreeURLs(); |
124 | LSL_Vector llGetGeometricCenter(); | 124 | LSL_Vector llGetGeometricCenter(); |
125 | LSL_Float llGetGMTclock(); | 125 | LSL_Float llGetGMTclock(); |
126 | LSL_String llGetHTTPHeader(LSL_Key request_id, string header); | ||
126 | LSL_Key llGetInventoryCreator(string item); | 127 | LSL_Key llGetInventoryCreator(string item); |
127 | LSL_Key llGetInventoryKey(string name); | 128 | LSL_Key llGetInventoryKey(string name); |
128 | LSL_String llGetInventoryName(int type, int number); | 129 | LSL_String llGetInventoryName(int type, int number); |