Difference between revisions of "LlGetRegionDayLength"

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

Revision as of 16:33, 1 February 2019

Summary

Function: integer llGetRegionDayLength( );

Return the number of seconds in the day cycle applied to the current region. 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

Search JIRA for related Issues

Signature

function integer llGetRegionDayLength();