diff options
author | Charles Krinke | 2009-05-13 01:47:29 +0000 |
---|---|---|
committer | Charles Krinke | 2009-05-13 01:47:29 +0000 |
commit | 6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1 (patch) | |
tree | 410336c0925d54d2340e466e6b8b0e08917ab774 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Thank you kindly, BlueWall sir, for a patch that: (diff) | |
download | opensim-SC-6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1.zip opensim-SC-6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1.tar.gz opensim-SC-6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1.tar.bz2 opensim-SC-6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1.tar.xz |
Add interface, implementation stub and
script stub for llGetFreeURLs().
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(); |