OsGetApparentTime

From OpenSimulator

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

Revision as of 12:11, 3 July 2020

float osGetApparentTime()
Identical to osGetCurrentSunHour but returns 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)
//
//osGetCurrentSunHour() example, by Tom Earth.
//
default
{
    state_entry()
    {
        llSay(0, "Current Apparent SUnTime: "+(string)osGetCurrentSunHour());
    }
}


Personal tools
General
About This Wiki