Difference between revisions of "PERMISSION TELEPORT"
Jump to navigation
Jump to search
(Created page with "{{LSL Constant |name=PERMISSION_TELEPORT |type=integer |value={{LSL Hex|0x1000}} |desc |examples |functions= {{LSL DefineRow||llTeleportAgent|}} |events={{LSL DefineRow||[[ru…") |
m |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|name=PERMISSION_TELEPORT | |name=PERMISSION_TELEPORT | ||
|type=integer | |type=integer | ||
|value= | |value=4096 | ||
|desc | |hvalue=0x1000 | ||
|desc=Permission required to use [[llTeleportAgent]]. | |||
|examples | |examples | ||
|functions= | |functions={{LSL DefineRow||[[llTeleportAgent]]|}} | ||
{{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= | |cat2=Teleport | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 00:08, 18 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"