aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorMelanie Thielker2008-08-13 12:20:49 +0000
committerMelanie Thielker2008-08-13 12:20:49 +0000
commit4b6097756f1295e65b4c732606f14f4b43d12fb6 (patch)
treea85cdade5d9df681c220b9114218dc7ac847ecf0 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentFrom: Omar Vera Ustariz <ustariz@de.ibm.com> (diff)
downloadopensim-SC_OLD-4b6097756f1295e65b4c732606f14f4b43d12fb6.zip
opensim-SC_OLD-4b6097756f1295e65b4c732606f14f4b43d12fb6.tar.gz
opensim-SC_OLD-4b6097756f1295e65b4c732606f14f4b43d12fb6.tar.bz2
opensim-SC_OLD-4b6097756f1295e65b4c732606f14f4b43d12fb6.tar.xz
Port the llParcelMediaQuery forward to the new Shared/ directory
Add a Dictionary for faster lookup of cached items.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 8eea756..61556a9 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -583,7 +583,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
583 void llLoadURL(string avatar_id, string message, string url); 583 void llLoadURL(string avatar_id, string message, string url);
584 //wiki: llParcelMediaCommandList(list commandList) 584 //wiki: llParcelMediaCommandList(list commandList)
585 void llParcelMediaCommandList(LSL_Types.list commandList); 585 void llParcelMediaCommandList(LSL_Types.list commandList);
586 void llParcelMediaQuery(); 586 LSL_Types.list llParcelMediaQuery(LSL_Types.list aList);
587 //wiki integer llModPow(integer a, integer b, integer c) 587 //wiki integer llModPow(integer a, integer b, integer c)
588 LSL_Types.LSLInteger llModPow(int a, int b, int c); 588 LSL_Types.LSLInteger llModPow(int a, int b, int c);
589 //wiki: integer llGetInventoryType(string name) 589 //wiki: integer llGetInventoryType(string name)