LlGetDayOffset: Difference between revisions

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

Revision as of 16:33, 1 February 2019

Summary

Function: integer llGetDayOffset( );

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

Examples

Deep Notes

Signature

function integer llGetDayOffset();