mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCModule
This commit is contained in:
@@ -113,7 +113,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests
|
||||
Assert.That(npc.AbsolutePosition, Is.EqualTo(startPos));
|
||||
|
||||
Vector3 targetPos = new Vector3(128, 128, 40);
|
||||
npcModule.Autopilot(npc.UUID, scene, targetPos);
|
||||
npcModule.MoveToTarget(npc.UUID, scene, targetPos);
|
||||
|
||||
Assert.That(npc.AbsolutePosition, Is.EqualTo(startPos));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user