OBJECT RETURN PARCEL

From Second Life Wiki
Revision as of 19:52, 9 July 2013 by Darien Caldwell (talk | contribs) (Created page with "{{LSL Constant |name=OBJECT_RETURN_PARCEL |type=integer |value=1 |desc= For llReturnObjectsByOwner, sets the scope to return all objects on the same parcel as the script which ar…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: integer OBJECT_RETURN_PARCEL = 1;

The integer constant OBJECT_RETURN_PARCEL has the value 1

For llReturnObjectsByOwner, sets the scope to return all objects on the same parcel as the script which are owned by 'owner'. The script must be owned by an estate manager or over a parcel owned by the owner of the script.

Related Articles

Functions

•  llReturnObjectsByOwner

Deep Notes

Search JIRA for related Issues

Signature

integer OBJECT_RETURN_PARCEL = 1;