diff options
author | Melanie | 2012-01-06 22:33:51 +0100 |
---|---|---|
committer | Melanie | 2012-01-06 22:33:51 +0100 |
commit | 70157a4ec53bc75ca6acf781600d4901c32ace8b (patch) | |
tree | 3ea0215db5e02a5ae33aed83a1f8f8ac8fbc5033 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well (diff) | |
download | opensim-SC_OLD-70157a4ec53bc75ca6acf781600d4901c32ace8b.zip opensim-SC_OLD-70157a4ec53bc75ca6acf781600d4901c32ace8b.tar.gz opensim-SC_OLD-70157a4ec53bc75ca6acf781600d4901c32ace8b.tar.bz2 opensim-SC_OLD-70157a4ec53bc75ca6acf781600d4901c32ace8b.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 e9e7605..44aff21 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); |