Difference between revisions of "LlGetRegionDayOffset"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL_Function |func=llGetRegionDayOffset|return_type=integer |func_desc=Return the number of seconds added to the current time before calculating the current environmental ti...")
(No difference)

Revision as of 16:33, 1 February 2019

Summary

Function: integer llGetRegionDayOffset( );

Return the number of seconds added to the current time before calculating the current environmental time for the region. llGetDayOffset returns the value for the current parcel, llGetRegionDayOffset produces the same value for the entire region.
Returns an integer

Examples

Deep Notes

Search JIRA for related Issues

Signature

function integer llGetRegionDayOffset();