OBJECT RETURN PARCEL OWNER
Revision as of 18:53, 9 July 2013 by Darien Caldwell (talk | contribs) (Created page with "{{LSL Constant |name=OBJECT_RETURN_PARCEL_OWNER |type=integer |value=2 |desc= For llReturnObjectsByOwner, sets the scope to return all objects owned by 'owner' which are over par…")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer OBJECT_RETURN_PARCEL_OWNER = 2;The integer constant OBJECT_RETURN_PARCEL_OWNER has the value 2
For llReturnObjectsByOwner, sets the scope to return all objects owned by 'owner' which are over parcels owned by the owner of the script.
Caveats
Related Articles
Functions
• | llReturnObjectsByOwner |