llGetLandOwnerAt

From Second Life Wiki
Revision as of 00:56, 11 March 2007 by Kalel Venkman (talk | contribs)
Jump to navigation Jump to search

Summary

Function: key llGetLandOwnerAt( vector pos );

Returns a key of the land owner.

• vector pos

Examples

Notes

If the land is in public domain (claimable by anyony with available tier) NULL_KEY is returned. Land no longer drops into the public domain and is instead auctioned off by LL. Land on the Preview grid is divied out this way.

If the land is group-owned, the group key is returned (but isn't usable for anything, since group keys cannot be used by other functions in LSL).

Deep Notes

Search JIRA for related Issues

Signature

function key llGetLandOwnerAt( vector pos );