mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Add the IInventoryModule interface and a sample method call
to Scene.INventory.cs
This commit is contained in:
@@ -2308,5 +2308,14 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
else
|
||||
EventManager.TriggerStopScript(part.LocalId, itemID);
|
||||
}
|
||||
|
||||
// public void TestFunction()
|
||||
// {
|
||||
// IInventoryModule imod = RequestModuleInterface<IInventoryModule>();
|
||||
// if (imod == null)
|
||||
// return;
|
||||
//
|
||||
// imod.TestFunction();
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user