Difference between revisions of "LlGetLandOwnerAt"

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:
|func_id=216|func_sleep=0.0|func_energy=10.0
|func_id=216|func_sleep=0.0|func_energy=10.0
|func=llGetLandOwnerAt
|func=llGetLandOwnerAt
|return_type=key|p1_type=vector|p1_name=pos
|return_type=key
|p1_type=vector|p1_name=pos|p1_desc=[[Viewer coordinate frames#Region|region coordinate]]
|func_footnote
|func_footnote
|func_desc=Returns the key of the owner of the land at pos.
|func_desc
|return_text=of the land owner.
|return_text=that is the land owner at '''pos'''.
|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.
|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.



Revision as of 17:59, 16 March 2007

Summary

Function: key llGetLandOwnerAt( vector pos );

Returns a key that is the land owner at pos.

• vector pos region coordinate

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