REGION FLAG BLOCK TERRAFORM

From Second Life Wiki
Revision as of 21:01, 16 April 2009 by Strife Onizuka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: integer REGION_FLAG_BLOCK_TERRAFORM = 0x00000040;

The integer constant REGION_FLAG_BLOCK_TERRAFORM has the value 0x00000040

This is a flag used with llGetRegionFlags to check if terraforming 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_TERRAFORM = 0x00000040;