llSetSunDirection

From Second Life Wiki
Revision as of 09:39, 17 November 2007 by Konigmann Lippmann (talk | contribs)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llSetSunPosition( vector position );

Requests the UserAgent's viewer to change the phase of day/night to a specific SunPosition while sitting on the object containing the script.

• vector position a vector that is the direction of the sun in the region

Examples

Notes

Useful for nightclubs and space oriented sims, also for items such as sailboats that tend to avoid night.

Deep Notes

Search JIRA for related Issues

Signature

//function void llSetSunPosition( vector position );