OsGetCurrentSunHour

From OpenSimulator

Revision as of 13:13, 11 June 2011 by Fritigern (Talk | contribs)

Jump to: navigation, search
OsGetCurrentSunHour
Threat Level None
Function Syntax
float osGetCurrentSunHour()
Example(s)
//
//osGetCurrentSunHour() example, by Tom Earth.
//
default
{
    state_entry()
    {
        llSay(0, "Current sun hour: "+(string)osGetCurrentSunHour());
    }
}
Personal tools
General
About This Wiki