mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Resolve mantis 1182. Doesn't actually implement llGiveInventoryList - merely corrects the signature so that "not implemented" message is displayed rather than a script
compile failure
This commit is contained in:
@@ -1353,9 +1353,9 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
m_LSL_Functions.llGroundRepel(height, water, tau);
|
||||
}
|
||||
|
||||
public void llGiveInventoryList()
|
||||
public void llGiveInventoryList(string destination, string category, LSL_Types.list inventory)
|
||||
{
|
||||
m_LSL_Functions.llGiveInventoryList();
|
||||
m_LSL_Functions.llGiveInventoryList(destination, category, inventory);
|
||||
}
|
||||
|
||||
public void llSetVehicleType(int type)
|
||||
|
||||
Reference in New Issue
Block a user