diff options
author | UbitUmarov | 2018-12-11 18:23:26 +0000 |
---|---|---|
committer | UbitUmarov | 2018-12-11 18:23:26 +0000 |
commit | d6c9ddfdeebf8c18daacb421ab59a2bcd6481ab2 (patch) | |
tree | 66885913b03520bd8d8b81acef32977d35f67dd0 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |
parent | Add osNpcSayTo(key npc, key target, integer channel, string message) (diff) | |
download | opensim-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.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 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); |