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 |
||
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= | |value=4096 | ||
|hvalue=0x1000 | |||
|desc | |desc | ||
|examples | |examples |
Revision as of 22:18, 29 May 2012
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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
Caveats