Difference between revisions of "ERR RUNTIME PERMISSIONS"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Constant |name=ERR_RUNTIME_PERMISSIONS |type=integer |value=-4 |desc=Return Value for llReturnObject* functions. Indicates Script lacks the runtime permission to perform th…")
 
 
Line 9: Line 9:
{{LSL DefineRow||[[llReturnObjectsByOwner]]|}}
{{LSL DefineRow||[[llReturnObjectsByOwner]]|}}
|events
|events
|haiku={{Haiku|Runtime permissions,|must always be requested.|Error not shouted.}}
|cat1
|cat1
|cat2
|cat2

Latest revision as of 22:12, 11 July 2013

Description

Constant: integer ERR_RUNTIME_PERMISSIONS = -4;

The integer constant ERR_RUNTIME_PERMISSIONS has the value -4

Return Value for llReturnObject* functions. Indicates Script lacks the runtime permission to perform the requested task.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer ERR_RUNTIME_PERMISSIONS = -4;

Haiku

Runtime permissions,
must always be requested.
Error not shouted.