diff options
author | UbitUmarov | 2016-08-27 19:25:47 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-27 19:25:47 +0100 |
commit | 78fa544f0d12d1c946f0b81200167f79aa83f9fc (patch) | |
tree | e854d6530a8bec0d93ef062371455a100a2d6119 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | stack overflow is (not)funny :) (diff) | |
download | opensim-SC_OLD-78fa544f0d12d1c946f0b81200167f79aa83f9fc.zip opensim-SC_OLD-78fa544f0d12d1c946f0b81200167f79aa83f9fc.tar.gz opensim-SC_OLD-78fa544f0d12d1c946f0b81200167f79aa83f9fc.tar.bz2 opensim-SC_OLD-78fa544f0d12d1c946f0b81200167f79aa83f9fc.tar.xz |
experimental function. Results still too volatile to be usefull
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-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 8851e5f..5ce859e 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -477,5 +477,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
477 | LSL_String osRequestURL(LSL_List options); | 477 | LSL_String osRequestURL(LSL_List options); |
478 | LSL_String osRequestSecureURL(LSL_List options); | 478 | LSL_String osRequestSecureURL(LSL_List options); |
479 | void osCollisionSound(string impact_sound, double impact_volume); | 479 | void osCollisionSound(string impact_sound, double impact_volume); |
480 | void osVolumeDetect(int detect); | ||
480 | } | 481 | } |
481 | } | 482 | } |