LlGetDayLength: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Jeremy Linden (talk | contribs)
Created page with "{{LSL_Function |func=llGetDayLength|return_type=integer |func_desc=Return the number of seconds in the day cycle applied to the current parcel. llGetDayLength returns the..."
(No difference)

Revision as of 16:33, 1 February 2019

Summary

Function: integer llGetDayLength( );

Return the number of seconds in the day cycle applied to the current parcel. llGetDayLength returns the number of seconds for the current parcel, llGetRegionDayLength is the number of seconds in the day cycle applied to the entire region.
Returns an integer

Examples

Deep Notes

Signature

function integer llGetDayLength();