aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-12 01:32:49 +0100
committerJustin Clark-Casey (justincc)2011-08-12 01:32:49 +0100
commitaebd46a4348cf55d25eaa56325940a0f33d8b8fe (patch)
treec5e018e3849fc72a245d5491563cc5c04a32abe4 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
parentWhen saving appearance, only save the baked textures, not the other face text... (diff)
downloadopensim-SC_OLD-aebd46a4348cf55d25eaa56325940a0f33d8b8fe.zip
opensim-SC_OLD-aebd46a4348cf55d25eaa56325940a0f33d8b8fe.tar.gz
opensim-SC_OLD-aebd46a4348cf55d25eaa56325940a0f33d8b8fe.tar.bz2
opensim-SC_OLD-aebd46a4348cf55d25eaa56325940a0f33d8b8fe.tar.xz
rename osNpcStopMoveTo() to osNpcStopMoveToTarget()
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index 9f0d07c..2ba68ff 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -176,7 +176,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
176 void osNpcMoveToTarget(key npc, vector position, int options); 176 void osNpcMoveToTarget(key npc, vector position, int options);
177 rotation osNpcGetRot(key npc); 177 rotation osNpcGetRot(key npc);
178 void osNpcSetRot(LSL_Key npc, rotation rot); 178 void osNpcSetRot(LSL_Key npc, rotation rot);
179 void osNpcStopMoveTo(LSL_Key npc); 179 void osNpcStopMoveToTarget(LSL_Key npc);
180 void osNpcSay(key npc, string message); 180 void osNpcSay(key npc, string message);
181 void osNpcRemove(key npc); 181 void osNpcRemove(key npc);
182 182