aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorUbitUmarov2016-07-25 02:05:53 +0100
committerUbitUmarov2016-07-25 02:05:53 +0100
commit4b832f0f8e32bf265ee13989500fb0559d1a86f7 (patch)
tree199d9190c3b6b7357ecead907aacb9fa60d88090 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentchange bullet relative velocity sign to match ubOde (diff)
downloadopensim-SC_OLD-4b832f0f8e32bf265ee13989500fb0559d1a86f7.zip
opensim-SC_OLD-4b832f0f8e32bf265ee13989500fb0559d1a86f7.tar.gz
opensim-SC_OLD-4b832f0f8e32bf265ee13989500fb0559d1a86f7.tar.bz2
opensim-SC_OLD-4b832f0f8e32bf265ee13989500fb0559d1a86f7.tar.xz
add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index a018bac..c99679e 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -369,6 +369,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
369 LSL_Float osGetHealth(string avatar); 369 LSL_Float osGetHealth(string avatar);
370 void osCauseHealing(string avatar, double healing); 370 void osCauseHealing(string avatar, double healing);
371 void osSetHealth(string avatar, double health); 371 void osSetHealth(string avatar, double health);
372 void osSetHealRate(string avatar, double health);
373 LSL_Float osGetHealRate(string avatar);
372 void osCauseDamage(string avatar, double damage); 374 void osCauseDamage(string avatar, double damage);
373 void osForceOtherSit(string avatar); 375 void osForceOtherSit(string avatar);
374 void osForceOtherSit(string avatar, string target); 376 void osForceOtherSit(string avatar, string target);