From: Omar Vera Ustariz <ustariz@de.ibm.com>

This patch implements a subset of the llParcelMediaCommandList()
function.
This commit is contained in:
Dr Scofield
2008-08-13 10:29:27 +00:00
parent ba822fe2ab
commit db2481e62a
3 changed files with 122 additions and 6 deletions

View File

@@ -1714,9 +1714,9 @@ namespace OpenSim.Region.ScriptEngine.Common
m_LSL_Functions.llParcelMediaCommandList(commandList);
}
public void llParcelMediaQuery()
public LSL_Types.list llParcelMediaQuery(LSL_Types.list aList)
{
m_LSL_Functions.llParcelMediaQuery();
return m_LSL_Functions.llParcelMediaQuery(aList);
}
public LSL_Types.LSLInteger llModPow(int a, int b, int c)