aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
authorCharles Krinke2009-05-13 01:47:29 +0000
committerCharles Krinke2009-05-13 01:47:29 +0000
commit6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1 (patch)
tree410336c0925d54d2340e466e6b8b0e08917ab774 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
parentThank you kindly, BlueWall sir, for a patch that: (diff)
downloadopensim-SC_OLD-6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1.zip
opensim-SC_OLD-6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1.tar.gz
opensim-SC_OLD-6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1.tar.bz2
opensim-SC_OLD-6257bb8b0997d1615f6e2ecfcbd6a8f1123945b1.tar.xz
Add interface, implementation stub and
script stub for llGetFreeURLs().
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 9c24750..9ebc041 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -120,6 +120,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
120 LSL_Float llGetEnergy(); 120 LSL_Float llGetEnergy();
121 LSL_Vector llGetForce(); 121 LSL_Vector llGetForce();
122 LSL_Integer llGetFreeMemory(); 122 LSL_Integer llGetFreeMemory();
123 LSL_Integer llGetFreeURLs();
123 LSL_Vector llGetGeometricCenter(); 124 LSL_Vector llGetGeometricCenter();
124 LSL_Float llGetGMTclock(); 125 LSL_Float llGetGMTclock();
125 LSL_Key llGetInventoryCreator(string item); 126 LSL_Key llGetInventoryCreator(string item);