OsGetCurrentSunHour
From OpenSimulator
(Difference between revisions)
Line 16: | Line 16: | ||
[[Category:OSSL]] | [[Category:OSSL]] | ||
+ | [[Category:OSSL functions without threat level]] |
Revision as of 07:03, 8 June 2011
float osGetCurrentSunHour()
// //osGetCurrentSunHour() example, by Tom Earth. // default { state_entry() { llSay(0, "Current sun hour: "+(string)osGetCurrentSunHour()); } }