diff options
author | Bill Blight | 2018-09-28 01:45:33 -0700 |
---|---|---|
committer | UbitUmarov | 2018-09-29 21:16:33 +0100 |
commit | 6d9de17d77d20e078b0e7c7546ac3ec047d334e8 (patch) | |
tree | cbf761ca67b97790bc8cc85f230db368e9ceba80 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |
parent | add a few more gc collect in some spots (diff) | |
download | opensim-SC-6d9de17d77d20e078b0e7c7546ac3ec047d334e8.zip opensim-SC-6d9de17d77d20e078b0e7c7546ac3ec047d334e8.tar.gz opensim-SC-6d9de17d77d20e078b0e7c7546ac3ec047d334e8.tar.bz2 opensim-SC-6d9de17d77d20e078b0e7c7546ac3ec047d334e8.tar.xz |
**CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat level moderate
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 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 9f35d7a..23cccd0 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -383,6 +383,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
383 | int osGetSimulatorMemoryKB(); | 383 | int osGetSimulatorMemoryKB(); |
384 | void osKickAvatar(string FirstName,string SurName,string alert); | 384 | void osKickAvatar(string FirstName,string SurName,string alert); |
385 | void osSetSpeed(string UUID, LSL_Float SpeedModifier); | 385 | void osSetSpeed(string UUID, LSL_Float SpeedModifier); |
386 | void osSetOwnerSpeed(LSL_Float SpeedModifier); | ||
386 | LSL_Float osGetHealth(string avatar); | 387 | LSL_Float osGetHealth(string avatar); |
387 | void osCauseHealing(string avatar, double healing); | 388 | void osCauseHealing(string avatar, double healing); |
388 | void osSetHealth(string avatar, double health); | 389 | void osSetHealth(string avatar, double health); |