aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-10-11 00:14:35 +0100
committerJustin Clark-Casey (justincc)2014-10-11 00:14:35 +0100
commit00b23e51aecab7902f0fe0a0b138698ad28caea2 (patch)
treed66910dfbc4d2d809a7e869f5627b4458a7398a7 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentminor: spacing cleanup from previous commit 79a4d1ea (diff)
downloadopensim-SC_OLD-00b23e51aecab7902f0fe0a0b138698ad28caea2.zip
opensim-SC_OLD-00b23e51aecab7902f0fe0a0b138698ad28caea2.tar.gz
opensim-SC_OLD-00b23e51aecab7902f0fe0a0b138698ad28caea2.tar.bz2
opensim-SC_OLD-00b23e51aecab7902f0fe0a0b138698ad28caea2.tar.xz
Change name of just added OSSL osForceSit() to osForceOtherSit()
This is somewhat more in keeping with something like osForceAttachToOtherAvatarFromInventory() and potentially allows a separate osForceSit() command with High threat rather than VeryHigh that only sits the owner and can be enabled without enabling sit of other avatars.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs4
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 83a0808..38d4574 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -363,8 +363,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
363 LSL_Float osGetHealth(string avatar); 363 LSL_Float osGetHealth(string avatar);
364 void osCauseHealing(string avatar, double healing); 364 void osCauseHealing(string avatar, double healing);
365 void osCauseDamage(string avatar, double damage); 365 void osCauseDamage(string avatar, double damage);
366 void osForceSit(string avatar); 366 void osForceOtherSit(string avatar);
367 void osForceSit(string avatar, string target); 367 void osForceOtherSit(string avatar, string target);
368 LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules); 368 LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules);
369 void osSetPrimitiveParams(LSL_Key prim, LSL_List rules); 369 void osSetPrimitiveParams(LSL_Key prim, LSL_List rules);
370 void osSetProjectionParams(bool projection, LSL_Key texture, double fov, double focus, double amb); 370 void osSetProjectionParams(bool projection, LSL_Key texture, double fov, double focus, double amb);