diff options
author | Charles Krinke | 2009-05-13 01:58:17 +0000 |
---|---|---|
committer | Charles Krinke | 2009-05-13 01:58:17 +0000 |
commit | 94e2768cc7494abfd9be9d64209e1d42b2dfe76e (patch) | |
tree | 59798b55a4e046b3ff13089c26ccba9ee01408c0 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Add interface, implementation stub and (diff) | |
download | opensim-SC_OLD-94e2768cc7494abfd9be9d64209e1d42b2dfe76e.zip opensim-SC_OLD-94e2768cc7494abfd9be9d64209e1d42b2dfe76e.tar.gz opensim-SC_OLD-94e2768cc7494abfd9be9d64209e1d42b2dfe76e.tar.bz2 opensim-SC_OLD-94e2768cc7494abfd9be9d64209e1d42b2dfe76e.tar.xz |
Add interface, stub implementation and
script stub for llGetHTTPHeader().
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 5 |
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 202130e..8299087 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -474,6 +474,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
474 | return m_LSL_Functions.llGetGMTclock(); | 474 | return m_LSL_Functions.llGetGMTclock(); |
475 | } | 475 | } |
476 | 476 | ||
477 | public LSL_String llGetHTTPHeader(LSL_Key request_id, string header) | ||
478 | { | ||
479 | return m_LSL_Functions.llGetHTTPHeader(request_id, header); | ||
480 | } | ||
481 | |||
477 | public LSL_Key llGetInventoryCreator(string item) | 482 | public LSL_Key llGetInventoryCreator(string item) |
478 | { | 483 | { |
479 | return m_LSL_Functions.llGetInventoryCreator(item); | 484 | return m_LSL_Functions.llGetInventoryCreator(item); |