Difference between revisions of "PERMISSION TELEPORT"
Jump to navigation
Jump to search
m |
|||
(One intermediate revision by the same user not shown) | |||
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 [[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"