diff options
author | Melanie Thielker | 2009-03-20 22:42:21 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-20 22:42:21 +0000 |
commit | c6da0fda58ec2c0ff200cb0167c0cbcc76a8985e (patch) | |
tree | edc6448e13492d2691aba97ae8d6f9561c1a3da4 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | * Ignored some gens (diff) | |
download | opensim-SC_OLD-c6da0fda58ec2c0ff200cb0167c0cbcc76a8985e.zip opensim-SC_OLD-c6da0fda58ec2c0ff200cb0167c0cbcc76a8985e.tar.gz opensim-SC_OLD-c6da0fda58ec2c0ff200cb0167c0cbcc76a8985e.tar.bz2 opensim-SC_OLD-c6da0fda58ec2c0ff200cb0167c0cbcc76a8985e.tar.xz |
Thank you, mcortez, for patch to add functionality to the sun module.
Fixes Mantis #3313
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 5 |
1 files changed, 5 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 3656f92..7a7b922 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -98,6 +98,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
98 | 98 | ||
99 | void osSetRegionWaterHeight(double height); | 99 | void osSetRegionWaterHeight(double height); |
100 | void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour); | 100 | void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour); |
101 | void osSetEstateSunSettings(bool sunFixed, double sunHour); | ||
102 | double osGetCurrentSunHour(); | ||
103 | double osSunGetParam(string param); | ||
104 | void osSunSetParam(string param, double value); | ||
105 | |||
101 | 106 | ||
102 | string osGetScriptEngineName(); | 107 | string osGetScriptEngineName(); |
103 | string osGetSimulatorVersion(); | 108 | string osGetSimulatorVersion(); |