OBJECT RETURN REGION
Revision as of 19:55, 9 July 2013 by Darien Caldwell (talk | contribs) (Created page with "{{LSL Constant |name=OBJECT_RETURN_REGION |type=integer |value=4 |desc= For llReturnObjectsByOwner, sets the scope to return all objects in the region owned by 'owner' - only wor…")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer OBJECT_RETURN_REGION = 4;The integer constant OBJECT_RETURN_REGION has the value 4
For llReturnObjectsByOwner, sets the scope to return all objects in the region owned by 'owner' - only works when the script is owned by the estate owner or an estate manager.
Caveats
Related Articles
Functions
• | llReturnObjectsByOwner |