OsGetCurrentSunHour

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
 
}
 
}
 
</source>
 
</source>
 +
 +
 +
[[Category:OSSL]]

Revision as of 09:41, 19 November 2010

float osGetCurrentSunHour()

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