diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs index 187052a..202130e 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -459,6 +459,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
459 | return m_LSL_Functions.llGetFreeMemory(); | 459 | return m_LSL_Functions.llGetFreeMemory(); |
460 | } | 460 | } |
461 | 461 | ||
462 | public LSL_Integer llGetFreeURLs() | ||
463 | { | ||
464 | return m_LSL_Functions.llGetFreeURLs(); | ||
465 | } | ||
466 | |||
462 | public LSL_Vector llGetGeometricCenter() | 467 | public LSL_Vector llGetGeometricCenter() |
463 | { | 468 | { |
464 | return m_LSL_Functions.llGetGeometricCenter(); | 469 | return m_LSL_Functions.llGetGeometricCenter(); |