Port the llParcelMediaQuery forward to the new Shared/ directory

Add a Dictionary for faster lookup of cached items.
This commit is contained in:
Melanie Thielker
2008-08-13 12:20:49 +00:00
parent db2481e62a
commit 4b6097756f
4 changed files with 146 additions and 12 deletions

View File

@@ -583,7 +583,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llLoadURL(string avatar_id, string message, string url);
//wiki: llParcelMediaCommandList(list commandList)
void llParcelMediaCommandList(LSL_Types.list commandList);
void llParcelMediaQuery();
LSL_Types.list llParcelMediaQuery(LSL_Types.list aList);
//wiki integer llModPow(integer a, integer b, integer c)
LSL_Types.LSLInteger llModPow(int a, int b, int c);
//wiki: integer llGetInventoryType(string name)