Add interface, implementation stub and

script stub for llGetFreeURLs().
This commit is contained in:
Charles Krinke
2009-05-13 01:47:29 +00:00
parent a5feb0682a
commit 6257bb8b09
3 changed files with 14 additions and 0 deletions

View File

@@ -5557,6 +5557,14 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return 16384;
}
public LSL_Integer llGetFreeURLs()
{
m_host.AddScriptLPS(1);
NotImplemented("llGetFreeURLs");
return new LSL_Integer(0);
}
public LSL_String llGetRegionName()
{
m_host.AddScriptLPS(1);