mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Add interface, stub implementation and
script stub for llGetHTTPHeader().
This commit is contained in:
@@ -474,6 +474,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llGetGMTclock();
|
||||
}
|
||||
|
||||
public LSL_String llGetHTTPHeader(LSL_Key request_id, string header)
|
||||
{
|
||||
return m_LSL_Functions.llGetHTTPHeader(request_id, header);
|
||||
}
|
||||
|
||||
public LSL_Key llGetInventoryCreator(string item)
|
||||
{
|
||||
return m_LSL_Functions.llGetInventoryCreator(item);
|
||||
|
||||
Reference in New Issue
Block a user