OsGetCurrentSunHour
From OpenSimulator
OsGetCurrentSunHour | |
Threat Level | <Threat Level goes here> |
Function Syntax | float osGetCurrentSunHour() |
Example(s) | // //osGetCurrentSunHour() example, by Tom Earth. // default { state_entry() { llSay(0, "Current sun hour: "+(string)osGetCurrentSunHour()); } } |