diff options
author | Melanie | 2012-01-06 22:33:51 +0100 |
---|---|---|
committer | Melanie | 2012-01-06 23:08:18 +0000 |
commit | 679d155a397567765d142e793a68679957866a6f (patch) | |
tree | 83773212cd4cc04312e3639966e002158050d96d /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well (diff) | |
download | opensim-SC_OLD-679d155a397567765d142e793a68679957866a6f.zip opensim-SC_OLD-679d155a397567765d142e793a68679957866a6f.tar.gz opensim-SC_OLD-679d155a397567765d142e793a68679957866a6f.tar.bz2 opensim-SC_OLD-679d155a397567765d142e793a68679957866a6f.tar.xz |
Fix some syntax issues
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index d5e085d..f92f51f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -185,8 +185,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
185 | void osNpcSit(key npc, key target, int options); | 185 | void osNpcSit(key npc, key target, int options); |
186 | void osNpcStand(LSL_Key npc); | 186 | void osNpcStand(LSL_Key npc); |
187 | void osNpcRemove(key npc); | 187 | void osNpcRemove(key npc); |
188 | public void osNpcPlayAnimation(LSL_Key npc, string animation); | 188 | void osNpcPlayAnimation(LSL_Key npc, string animation); |
189 | public void osNpcStopAnimation(LSL_Key npc, string animation); | 189 | void osNpcStopAnimation(LSL_Key npc, string animation); |
190 | 190 | ||
191 | LSL_Key osOwnerSaveAppearance(string notecard); | 191 | LSL_Key osOwnerSaveAppearance(string notecard); |
192 | LSL_Key osAgentSaveAppearance(key agentId, string notecard); | 192 | LSL_Key osAgentSaveAppearance(key agentId, string notecard); |