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

@@ -120,6 +120,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Float llGetEnergy();
LSL_Vector llGetForce();
LSL_Integer llGetFreeMemory();
LSL_Integer llGetFreeURLs();
LSL_Vector llGetGeometricCenter();
LSL_Float llGetGMTclock();
LSL_Key llGetInventoryCreator(string item);