mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Mantis 6063 osNpcTouch.
Allow NPCS to touch obects.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
43a2da9edb
commit
1b1f841c6a
@@ -183,6 +183,14 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <returns>true if the stand succeeded, false if not</returns>
|
||||
bool Stand(UUID agentID, Scene scene);
|
||||
|
||||
/// <summary>
|
||||
/// Get the NPC to touch an object.
|
||||
/// </summary>
|
||||
/// <param name="agentID"></param>
|
||||
/// <param name="partID"></param>
|
||||
/// <returns>true if the touch is actually attempted, false if not</returns>
|
||||
bool Touch(UUID agentID, UUID partID);
|
||||
|
||||
/// <summary>
|
||||
/// Delete an NPC.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user