rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCModule

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-03 23:20:36 +01:00
parent 31cea17f8e
commit 61d49d4f63
4 changed files with 34 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
return npcAvatar.AgentId;
}
public void Autopilot(UUID agentID, Scene scene, Vector3 pos)
public void MoveToTarget(UUID agentID, Scene scene, Vector3 pos)
{
lock (m_avatars)
{