mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
mantis 8770: let osGetSunParam(day_length) return the same as llGetDayLength() ie day length at prim location
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user