add osSetHealth() value from 1 to 100; (mantis 7973)

This commit is contained in:
UbitUmarov
2016-07-24 16:31:29 +01:00
parent 37936550f0
commit 2bb467e358
4 changed files with 26 additions and 0 deletions

View File

@@ -368,6 +368,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osSetSpeed(string UUID, LSL_Float SpeedModifier);
LSL_Float osGetHealth(string avatar);
void osCauseHealing(string avatar, double healing);
void osSetHealth(string avatar, double health);
void osCauseDamage(string avatar, double damage);
void osForceOtherSit(string avatar);
void osForceOtherSit(string avatar, string target);