Difference between revisions of "LlGetLandOwnerAt"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
|func_desc
|func_desc
|return_text=of the land owner.
|return_text=of the land owner.
|spec
|spec=If the land is in public domain [[NULL_KEY]] is returned. This land can be claimed by anyone with available tier. Land on the Preview grid is divvied out this way. Land on the main grid never enters public domain and is instead auctioned off by LL.
 
If the land is [[group]]-owned, the group key is returned (but this isn't usable for anything, since group keys cannot be used by other functions in LSL).
|caveats
|caveats
|constants
|constants
Line 15: Line 17:
|also_events
|also_events
|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 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
|cat2
|cat2=Owner
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 03:20, 11 March 2007

Summary

Function: key llGetLandOwnerAt( vector pos );

Returns a key of the land owner.

• vector pos

Specification

If the land is in public domain NULL_KEY is returned. This land can be claimed by anyone with available tier. Land on the Preview grid is divvied out this way. Land on the main grid never enters public domain and is instead auctioned off by LL.

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

Examples

Deep Notes

Search JIRA for related Issues

Signature

function key llGetLandOwnerAt( vector pos );