OsGetCurrentSunHour
From OpenSimulator
(Difference between revisions)
Line 13: | Line 13: | ||
} | } | ||
</source> | </source> | ||
+ | |||
+ | |||
+ | [[Category:OSSL]] |
Revision as of 08:41, 19 November 2010
float osGetCurrentSunHour()
// //osGetCurrentSunHour() example, by Tom Earth. // default { state_entry() { llSay(0, "Current sun hour: "+(string)osGetCurrentSunHour()); } }