mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
From: Chris Yeoh <cyeoh@au1.ibm.com>
The attached patch implements llPassTouches. It has been added to the export/import XML along with the flag for AllowedInventoryDrop. The MySQL backend has been updated as well, though I haven't done one of those before so could do with a check. I added the migration mysql file as well. The other data backends need updating as well.
This commit is contained in:
@@ -3705,7 +3705,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
public void llPassTouches(int pass)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llPassTouches");
|
||||
if (pass != 0)
|
||||
m_host.PassTouches = true;
|
||||
else
|
||||
m_host.PassTouches = false;
|
||||
}
|
||||
|
||||
public LSL_String llRequestAgentData(string id, int data)
|
||||
|
||||
Reference in New Issue
Block a user