Difference between revisions of "ERR PARCEL PERMISSIONS"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Constant |name=ERR_PARCEL_PERMISSIONS |type=integer |value=-2 |desc=Return Value for llReturnObject* functions. Indicates Permission lacked to perform task on specified par…")
 
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
{{LSL DefineRow||[[llReturnObjectsByOwner]]|}}
{{LSL DefineRow||[[llReturnObjectsByOwner]]|}}
|events
|events
|haiku={{Haiku|The script tried running,|land permissions were needed,|failed without crash.}}
|cat1
|cat1
|cat2
|cat2

Latest revision as of 22:08, 11 July 2013

Description

Constant: integer ERR_PARCEL_PERMISSIONS = -2;

The integer constant ERR_PARCEL_PERMISSIONS has the value -2

Return Value for llReturnObject* functions. Indicates Permission lacked to perform task on specified parcel.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer ERR_PARCEL_PERMISSIONS = -2;

Haiku

The script tried running,
land permissions were needed,
failed without crash.