Difference between revisions of "PERMISSION TELEPORT"

From Second Life Wiki
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
Line 1: Line 1:
{{LSL Constant
{{LSL Constant
|inject-1={{LSL Generic/pre-release|3=RC Magnum channel}}
|name=PERMISSION_TELEPORT
|name=PERMISSION_TELEPORT
|type=integer
|type=integer
|value={{LSL Hex|0x1000}}
|value=4096
|hvalue=0x1000
|desc
|desc
|examples
|examples

Revision as of 23:18, 29 May 2012

Emblem-important-red.png Pre-release Documentation Warning!

This constant is only available in RC Magnum channel. This documentation was written prior to its final release so it may not match the final implementation.

Description

Constant: integer PERMISSION_TELEPORT = 0x1000;

The integer constant PERMISSION_TELEPORT has the value 0x1000

Related Articles

Functions

•  llTeleportAgent

Events

•  run_time_permissions Permission receiving event

Deep Notes

Search JIRA for related Issues

Signature

integer PERMISSION_TELEPORT = 0x1000;