Category:LSL Region/Flags

From Second Life Wiki

Second Life Wiki > LSL Portal > LSL Region/Flags
Jump to: navigation, search

Template:Needs Translation/LSL/de Template:Needs Translation/LSL/es Template:Needs Translation/LSL/el Template:Needs Translation/LSL/fr Template:Needs Translation/LSL/he Template:Needs Translation/LSL/it Template:Needs Translation/LSL/ja Template:Needs Translation/LSL/ko Template:Needs Translation/LSL/nl Template:Needs Translation/LSL/hu Template:Needs Translation/LSL/no Template:Needs Translation/LSL/da Template:Needs Translation/LSL/sv Template:Needs Translation/LSL/tr Template:Needs Translation/LSL/pl Template:Needs Translation/LSL/pt Template:Needs Translation/LSL/ru Template:Needs Translation/LSL/uk Template:Needs Translation/LSL/zh-Hans Template:Needs Translation/LSL/zh-Hant

Flags and values for llGetRegionFlags

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
REGION_FLAGS_ALLOW_LANDMARK0x00000002 Can you make landmarks here?
REGION_FLAGS_ALLOW_SET_HOME0x00000004 Do we allow the home position to be set here?
REGION_FLAGS_RESET_HOME_ON_TELEPORT0x00000008 Do we reset the home position when someone teleports away from here?
REGION_FLAGS_TAX_FREE0x00000020 Tax free zone (no taxes on objects, land, etc.)
Taxes were abolished with SL version 1.2. See SLHistory:Taxes
REGION_FLAGS_BLOCK_LAND_RESELL0x00000080 Can't release, sell, or buy land.
REGION_FLAGS_NULL_LAYER0x00000200
REGION_FLAGS_HARD_ALLOW_LAND_TRANSFER0x00000400 Region allows land reselling
REGION_FLAGS_HARD_ALLOW_POST_CLASSIFIED0x00000800 Region allows posting of classified ads
REGION_FLAGS_SKIP_SCRIPTS0x00002000
REGION_FLAGS_EXTERNALLY_VISIBLE0x00008000
REGION_FLAGS_MAINLAND_VISIBLE†* 0x00010000
REGION_FLAGS_PUBLIC_ALLOWED0x00020000
REGION_FLAGS_BLOCK_DWELL0x00040000
REGION_FLAGS_ESTATE_SKIP_SCRIPTS0x00200000 Is there an administrative override on scripts in the region at the moment. This is the similar skip scripts, except this flag is persisted in the database on an estate level.
REGION_FLAGS_DENY_ANONYMOUS0x00800000
REGION_FLAGS_DENY_IDENTIFIED†* 0x01000000
REGION_FLAGS_DENY_TRANSACTED†* 0x02000000
REGION_FLAGS_ALLOW_PARCEL_CHANGES0x04000000
REGION_FLAGS_ABUSE_EMAIL_TO_ESTATE_OWNER0x08000000
REGION_FLAGS_ALLOW_VOICE0x10000000
REGION_FLAGS_BLOCK_PARCEL_SEARCH0x20000000
REGION_FLAGS_DENY_AGEUNVERIFIED0x40000000
REGION_FLAGS_SKIP_MONO_SCRIPTS0x80000000
†  REGION_FLAGS_* are internal and not exposed to the compiler (hence the strike through), despite this their values may be valid in the mask. In other words, there may be no nice name for the constant that the compiler will accept but the values may work. Remember that LL does not support these; they may redefine the flags without notice, this has happened in the past.
REGION_FLAGS_* flags in red have been removed from the source code, the values may get reassigned and reused!

Pages in category "LSL Region/Flags"

The following 7 pages are in this category, out of 7 total.

G

r

r cont.

r cont.

Personal tools
In other languages