mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Added interface, stub implementation and script
stub for llRequestURL().
This commit is contained in:
@@ -8026,6 +8026,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return UUID.Zero.ToString();
|
||||
}
|
||||
}
|
||||
public LSL_String llRequestURL()
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llRequestURLe");
|
||||
return UUID.Zero.ToString();
|
||||
}
|
||||
|
||||
public void llForceMouselook(int mouselook)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user