Difference between revisions of "PERMISSION TELEPORT"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
|value=4096
|value=4096
|hvalue=0x1000
|hvalue=0x1000
|desc
|desc=Permission required to use [[llTeleportAgent]].
|examples
|examples
|functions={{LSL DefineRow||[[llTeleportAgent]]|}}
|functions={{LSL DefineRow||[[llTeleportAgent]]|}}
|events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}}
|events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}}
|caveats=
|caveats=
* Cannot be granted by [[temporary attachments]]. If attempted, the following error will be returned: ''"Temporary attachments cannot request runtime permissions to teleport"''
|cat1=Permissions/Script
|cat1=Permissions/Script
|cat2=Teleport
|cat2=Teleport

Revision as of 00:07, 18 July 2013

Description

Constant: integer PERMISSION_TELEPORT = 0x1000;

The integer constant PERMISSION_TELEPORT has the value 0x1000

Permission required to use llTeleportAgent.

Caveats

  • Cannot be granted by temporary attachments. If attempted, the following error will be returned: "Temporary attachments cannot request runtime permissions to teleport"
All Issues ~ Search JIRA for related Bugs

Related Articles

Functions

•  llTeleportAgent

Events

•  run_time_permissions Permission receiving event

Deep Notes

Search JIRA for related Issues

Signature

integer PERMISSION_TELEPORT = 0x1000;