**CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat level moderate

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Bill Blight
2018-09-28 01:45:33 -07:00
committed by UbitUmarov
parent ed0e2623b9
commit 6d9de17d77
4 changed files with 18 additions and 1 deletions

View File

@@ -383,6 +383,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
int osGetSimulatorMemoryKB();
void osKickAvatar(string FirstName,string SurName,string alert);
void osSetSpeed(string UUID, LSL_Float SpeedModifier);
void osSetOwnerSpeed(LSL_Float SpeedModifier);
LSL_Float osGetHealth(string avatar);
void osCauseHealing(string avatar, double healing);
void osSetHealth(string avatar, double health);