From 1b1f841c6aaf2453b3aca0eade84855ae658e655 Mon Sep 17 00:00:00 2001
From: Talun
Date: Tue, 3 Jul 2012 11:10:09 +0100
Subject: Mantis 6063 osNpcTouch.
Allow NPCS to touch obects.
---
OpenSim/Region/Framework/Interfaces/INPCModule.cs | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'OpenSim/Region/Framework/Interfaces')
diff --git a/OpenSim/Region/Framework/Interfaces/INPCModule.cs b/OpenSim/Region/Framework/Interfaces/INPCModule.cs
index 860483d..d582149 100644
--- a/OpenSim/Region/Framework/Interfaces/INPCModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/INPCModule.cs
@@ -184,6 +184,14 @@ namespace OpenSim.Region.Framework.Interfaces
bool Stand(UUID agentID, Scene scene);
///
+ /// Get the NPC to touch an object.
+ ///
+ ///
+ ///
+ /// true if the touch is actually attempted, false if not
+ bool Touch(UUID agentID, UUID partID);
+
+ ///
/// Delete an NPC.
///
/// The UUID of the NPC
--
cgit v1.1