Added interface, stub implementation and script

stub for llRequestURL().
This commit is contained in:
Charles Krinke
2009-05-13 00:58:01 +00:00
parent ba99f2a1a5
commit f63b83b085
3 changed files with 11 additions and 0 deletions

View File

@@ -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)
{