REGION FLAG ALLOW DIRECT TELEPORT
Revision as of 03:50, 30 May 2008 by Strife Onizuka (talk | contribs) (New page: {{LSL Constant |name=REGION_FLAG_ALLOW_DIRECT_TELEPORT |type=integer |value={{LSL Hex|0x00100000|}} |desc=This is a flag used with llGetRegionFlags to check if direct teleportation is ...)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer REGION_FLAG_ALLOW_DIRECT_TELEPORT = 0x00100000;The integer constant REGION_FLAG_ALLOW_DIRECT_TELEPORT has the value 0x00100000
This is a flag used with llGetRegionFlags to check if direct teleportation is allowed in the region.
Caveats
Related Articles
Constants
|
Functions
• | llGetRegionFlags |