mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Merge commit 'de161585c0960a93911f446f0179441ba5470245' into bigmerge
This commit is contained in:
@@ -103,6 +103,14 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <returns>true if the sit succeeded, false if not</returns>
|
||||
bool Sit(UUID agentID, UUID partID, Scene scene);
|
||||
|
||||
/// <summary>
|
||||
/// Stand a sitting NPC.
|
||||
/// </summary>
|
||||
/// <param name="agentID"></param>
|
||||
/// <param name="scene"></param>
|
||||
/// <returns>true if the stand succeeded, false if not</returns>
|
||||
bool Stand(UUID agentID, Scene scene);
|
||||
|
||||
/// <summary>
|
||||
/// Delete an NPC.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user