aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-03 23:20:36 +0100
committerJustin Clark-Casey (justincc)2011-08-03 23:20:36 +0100
commit61d49d4f63eafa68d0b63877029da3475d977263 (patch)
treea1d6f6c51ac50a9b9920f4dcd74765e5ad70feee /OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
parentextend move test to check avatar is moving in the right direction after setti... (diff)
downloadopensim-SC_OLD-61d49d4f63eafa68d0b63877029da3475d977263.zip
opensim-SC_OLD-61d49d4f63eafa68d0b63877029da3475d977263.tar.gz
opensim-SC_OLD-61d49d4f63eafa68d0b63877029da3475d977263.tar.bz2
opensim-SC_OLD-61d49d4f63eafa68d0b63877029da3475d977263.tar.xz
rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCModule
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
index 1d88e43..f9c41d7 100644
--- a/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
+++ b/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
@@ -177,7 +177,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
177 return npcAvatar.AgentId; 177 return npcAvatar.AgentId;
178 } 178 }
179 179
180 public void Autopilot(UUID agentID, Scene scene, Vector3 pos) 180 public void MoveToTarget(UUID agentID, Scene scene, Vector3 pos)
181 { 181 {
182 lock (m_avatars) 182 lock (m_avatars)
183 { 183 {