rename osNpcStopMoveTo() to osNpcStopMoveToTarget()

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-12 01:32:49 +01:00
parent 2169cf04f9
commit aebd46a434
3 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osNpcMoveToTarget(key npc, vector position, int options);
rotation osNpcGetRot(key npc);
void osNpcSetRot(LSL_Key npc, rotation rot);
void osNpcStopMoveTo(LSL_Key npc);
void osNpcStopMoveToTarget(LSL_Key npc);
void osNpcSay(key npc, string message);
void osNpcRemove(key npc);