OsGetCurrentSunHour

From OpenSimulator

Revision as of 13:43, 17 January 2010 by Tom Aeon (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

float osGetCurrentSunHour()

default
{
    state_entry()
    {
        llSay(0, "Current sun hour: "+(string)osGetCurrentSunHour());
    }
}
Personal tools
General
About This Wiki