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

@@ -1228,6 +1228,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
{
return m_LSL_Functions.llRequestSimulatorData(simulator, data);
}
public LSL_Key llRequestURL()
{
return m_LSL_Functions.llRequestURL();
}
public void llResetLandBanList()
{