Difference between revisions of "LlGetLandOwnerAt"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 16: Line 16:
|also_articles
|also_articles
|notes=If the land is in public domain (claimable by anyony with available tier) {{LSLG|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.
|notes=If the land is in public domain (claimable by anyony with available tier) {{LSLG|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).
|deprecated
|deprecated
|cat1=Parcel
|cat1=Parcel

Revision as of 00:56, 11 March 2007

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 );