mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Add interface, implementation stub and
script stub for llGetFreeURLs().
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user