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

@@ -459,6 +459,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_LSL_Functions.llGetFreeMemory();
}
public LSL_Integer llGetFreeURLs()
{
return m_LSL_Functions.llGetFreeURLs();
}
public LSL_Vector llGetGeometricCenter()
{
return m_LSL_Functions.llGetGeometricCenter();