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