Difference between revisions of "PERMISSION SILENT ESTATE MANAGEMENT"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Constant |name=PERMISSION_SILENT_ESTATE_MANAGEMENT |type=integer |value=16384 |hvalue=0x4000 |desc=A script with this permission does not notify the object owner when it mo…")
 
(No difference)

Latest revision as of 13:29, 26 September 2012

Description

Constant: integer PERMISSION_SILENT_ESTATE_MANAGEMENT = 0x4000;

The integer constant PERMISSION_SILENT_ESTATE_MANAGEMENT has the value 0x4000

A script with this permission does not notify the object owner when it modifies estate access rules via llManageEstateAccess.

Related Articles

Functions

•  llManageEstateAccess

Events

•  run_time_permissions Permission receiving event

Deep Notes

Search JIRA for related Issues

Signature

integer PERMISSION_SILENT_ESTATE_MANAGEMENT = 0x4000;