mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Add interface, stub implementation and
script stub for llGetHTTPHeader().
This commit is contained in:
@@ -7646,6 +7646,14 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return DateTime.UtcNow.TimeOfDay.TotalSeconds;
|
||||
}
|
||||
|
||||
public LSL_String llGetHTTPHeader(LSL_Key request_id, string header)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llGetHTTPHeader");
|
||||
return String.Empty;
|
||||
}
|
||||
|
||||
|
||||
public LSL_String llGetSimulatorHostname()
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
Reference in New Issue
Block a user