OsGetApparentRegionTime

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{osslfunc |threat_level=ignored |permissions=true |delay=0 |function_syntax=float osGetApparentRegionTime() |ossl_example=<source lang="lsl"> // //osGetApparentRegionTime() e...")

Revision as of 12:35, 3 July 2020

float osGetApparentRegionTime()
Returns region time in seconds since midnight.
Threat Level This function does not do a threat level check
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
//
//osGetApparentRegionTime() example, by Tom Earth.
//
default
{
    state_entry()
    {
        llSay(0, "Current Apparent Sun Time: "+(string)osGetApparentRegionTime());
    }
}
Notes
Added in 0.9.2


Personal tools
General
About This Wiki