aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-12-11 18:23:26 +0000
committerUbitUmarov2018-12-11 18:23:26 +0000
commitd6c9ddfdeebf8c18daacb421ab59a2bcd6481ab2 (patch)
tree66885913b03520bd8d8b81acef32977d35f67dd0 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
parentAdd osNpcSayTo(key npc, key target, integer channel, string message) (diff)
downloadopensim-SC-d6c9ddfdeebf8c18daacb421ab59a2bcd6481ab2.zip
opensim-SC-d6c9ddfdeebf8c18daacb421ab59a2bcd6481ab2.tar.gz
opensim-SC-d6c9ddfdeebf8c18daacb421ab59a2bcd6481ab2.tar.bz2
opensim-SC-d6c9ddfdeebf8c18daacb421ab59a2bcd6481ab2.tar.xz
cleanup last patch
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 2f800bc..12e8103 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -358,7 +358,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
358 void osNpcSetProfileImage(LSL_Key npc, string image); 358 void osNpcSetProfileImage(LSL_Key npc, string image);
359 void osNpcSay(key npc, string message); 359 void osNpcSay(key npc, string message);
360 void osNpcSay(key npc, int channel, string message); 360 void osNpcSay(key npc, int channel, string message);
361 void osNpcSayTo(LSL_Key npc, string target, int channel, string msg); 361 void osNpcSayTo(LSL_Key npc, LSL_Key target, int channel, string msg);
362 void osNpcShout(key npc, int channel, string message); 362 void osNpcShout(key npc, int channel, string message);
363 void osNpcSit(key npc, key target, int options); 363 void osNpcSit(key npc, key target, int options);
364 void osNpcStand(LSL_Key npc); 364 void osNpcStand(LSL_Key npc);