diff options
author | Justin Clark-Casey (justincc) | 2011-08-12 01:32:49 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-12 01:32:49 +0100 |
commit | aebd46a4348cf55d25eaa56325940a0f33d8b8fe (patch) | |
tree | c5e018e3849fc72a245d5491563cc5c04a32abe4 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | When saving appearance, only save the baked textures, not the other face text... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 2 |
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 | ||