Difference between revisions of "User:Toy Wylie/RLV Documentation/General"

From Second Life Wiki
Jump to navigation Jump to search
(First draft)
 
(Added function links)
Line 3: Line 3:
{| border=1 cellspacing="0" cellpadding="2"
{| border=1 cellspacing="0" cellpadding="2"
|-
|-
| @acceptpermission || Removes the permission dialog for control and attach requests
| [[User:Toy_Wylie/RLV_Documentation/acceptpermission|@acceptpermission]]
| Removes the permission dialog for control and attach requests
|-
|-
| @clear           || Releases all restrictions placed on the avatar by this object
| [[User:Toy_Wylie/RLV_Documentation/clear|@clear]]
| Releases all restrictions placed on the avatar by this object
|-
|-
| @denypermission   || Denies all permission requests for control and attach automatically
| [[User:Toy_Wylie/RLV_Documentation/denypermission|@denypermission]]
| Denies all permission requests for control and attach automatically
|-
|-
| @permissive       || Turns all commands that have a _sec counterpart into their secure variations
| [[User:Toy_Wylie/RLV_Documentation/permissive|@permissive]]
| Turns all commands that have a _sec counterpart into their secure variations
|}
|}

Revision as of 08:14, 6 July 2010

General Functions

@acceptpermission Removes the permission dialog for control and attach requests
@clear Releases all restrictions placed on the avatar by this object
@denypermission Denies all permission requests for control and attach automatically
@permissive Turns all commands that have a _sec counterpart into their secure variations