llSetSunDirection

From Second Life Wiki
Revision as of 09:32, 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: integer llSetSunPosition( vector position );

Returns an integer that is the avatars currently online in the parcel at position in region coordinates.

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

Examples

Notes

Useful in devices compiling other visitor statistics than that of "traffic" without having to use laggy (and inaccurate on large parcels) scans.

Deep Notes

Search JIRA for related Issues

Signature

//function integer llSetSunPosition( vector position );