mantis 8770: let osGetSunParam(day_length) return the same as llGetDayLength() ie day length at prim location

This commit is contained in:
UbitUmarov
2020-09-12 16:14:01 +01:00
parent 7c44bb1780
commit 64fea8f20c
3 changed files with 20 additions and 10 deletions

View File

@@ -250,7 +250,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour);
void osSetEstateSunSettings(bool sunFixed, double sunHour);
LSL_Float osGetCurrentSunHour();
double osGetSunParam(string param);
LSL_Float osGetSunParam(LSL_String param);
double osSunGetParam(string param); // Deprecated
void osSetSunParam(string param, double value);
void osSunSetParam(string param, double value); // Deprecated