Difference between revisions of "REGION FLAG BLOCK FLY"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL Constant |name=REGION_FLAG_BLOCK_FLY |type=integer |value={{LSL Hex|0x00080000|}} |desc=This is a flag used with llGetRegionFlags to check if flying is disabled in the region. |e...)
(No difference)

Revision as of 04:51, 30 May 2008

Description

Constant: integer REGION_FLAG_BLOCK_FLY = 0x00080000;

The integer constant REGION_FLAG_BLOCK_FLY has the value 0x00080000

This is a flag used with llGetRegionFlags to check if flying is disabled in the region.

Related Articles

Constants

Flag Value Description
REGION_FLAG_ALLOW_DAMAGE 0x00000001 Find if a region is entirely damage enabled
REGION_FLAG_FIXED_SUN 0x00000010 Find if a region has a fixed sun position
REGION_FLAG_BLOCK_TERRAFORM 0x00000040 Find if a region terraforming disabled
REGION_FLAG_SANDBOX 0x00000100 Find if a region is a sandbox
REGION_FLAG_DISABLE_COLLISIONS 0x00001000 Find if a region has disabled collisions
REGION_FLAG_DISABLE_PHYSICS 0x00004000 Find if a region has disabled physics
REGION_FLAG_BLOCK_FLY 0x00080000 Find if a region blocks flying
REGION_FLAG_ALLOW_DIRECT_TELEPORT 0x00100000 Find if a region allows direct teleports
REGION_FLAG_RESTRICT_PUSHOBJECT 0x00400000 Find if a region restricts llPushObject calls

Functions

•  llGetRegionFlags

Deep Notes

Search JIRA for related Issues

Signature

integer REGION_FLAG_BLOCK_FLY = 0x00080000;