diff options
author | Justin Clarke Casey | 2008-03-19 10:47:40 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-19 10:47:40 +0000 |
commit | 16cd6cd82eec2aa28d86586928d3ab134425756e (patch) | |
tree | d3615860fe9034196f11d9306c08f9dd8f04ff33 /OpenSim/Region/ScriptEngine | |
parent | Fixed some comparisons of LLUUIDs to null. (diff) | |
download | opensim-SC_OLD-16cd6cd82eec2aa28d86586928d3ab134425756e.zip opensim-SC_OLD-16cd6cd82eec2aa28d86586928d3ab134425756e.tar.gz opensim-SC_OLD-16cd6cd82eec2aa28d86586928d3ab134425756e.tar.bz2 opensim-SC_OLD-16cd6cd82eec2aa28d86586928d3ab134425756e.tar.xz |
* Documentation patch from krtaylor. Thanks!
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 85cf0b7..ba0c8e5 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -4295,6 +4295,11 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
4295 | 4295 | ||
4296 | public string llHTTPRequest(string url, LSL_Types.list parameters, string body) | 4296 | public string llHTTPRequest(string url, LSL_Types.list parameters, string body) |
4297 | { | 4297 | { |
4298 | // Partial implementation: support for parameter flags needed | ||
4299 | // see http://wiki.secondlife.com/wiki/LlHTTPRequest | ||
4300 | // parameter flags support are implemented in ScriptsHttpRequests.cs | ||
4301 | // in StartHttpRequest | ||
4302 | |||
4298 | m_host.AddScriptLPS(1); | 4303 | m_host.AddScriptLPS(1); |
4299 | IHttpRequests httpScriptMod = | 4304 | IHttpRequests httpScriptMod = |
4300 | m_ScriptEngine.World.RequestModuleInterface<IHttpRequests>(); | 4305 | m_ScriptEngine.World.RequestModuleInterface<IHttpRequests>(); |