Difference between revisions of "PERMISSION TELEPORT"
Jump to navigation
Jump to search
m |
|||
Line 9: | Line 9: | ||
|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"'' | * Cannot be granted by [[llAttachToAvatarTemp|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 |
Latest revision as of 23:08, 17 July 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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"