mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
From: Omar Vera Ustariz <ustariz@de.ibm.com>
This patch implements a subset of the llParcelMediaCommandList() function.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user