Simulator (region) properties
Declaration Syntax
C# |
[ FlagsAttribute] public enum RegionFlags
Members
Member | Description |
---|---|
None | No flags set
|
AllowDamage | Agents can take damage and be killed
|
AllowLandmark | Landmarks can be created here
|
AllowSetHome | Home position can be set in this sim
|
ResetHomeOnTeleport | Home position is reset when an agent teleports away
|
SunFixed | Sun does not move
|
TaxFree | No object, land, etc. taxes
|
BlockTerraform | Disable heightmap alterations (agents can still plant foliage)
|
BlockLandResell | Land cannot be released, sold, or purchased
|
Sandbox | All content is wiped nightly
|
NullLayer | Unknown: Related to the availability of an overview world map
tile.(Think mainland images when zoomed out.)
|
SkipAgentAction | Unknown: Related to region debug flags. Possibly to skip
processing of agent interaction with world.
|
SkipUpdateInterestList | Region does not update agent prim interest lists. Internal
debugging option.
|
SkipCollisions | No collision detection for non-agent objects
|
SkipScripts | No scripts are ran
|
SkipPhysics | All physics processing is turned off
|
ExternallyVisible | Region can be seen from other regions on world map. (Legacy
world map option?)
|
MainlandVisible | Region can be seen from mainland on world map. (Legacy world
map option?)
|
PublicAllowed | Agents not explicitly on the access list can visit the region.
|
BlockDwell | Traffic calculations are not run across entire region,
overrides parcel settings.
|
NoFly | Flight is disabled (not currently enforced by the sim)
|
AllowDirectTeleport | Allow direct (p2p) teleporting
|
EstateSkipScripts | Estate owner has temporarily disabled scripting
|
RestrictPushObject | Restricts the usage of the LSL llPushObject function, applies
to whole region.
|
DenyAnonymous | Deny agents with no payment info on file
|
DenyIdentified | Deny agents with payment info on file
|
DenyTransacted | Deny agents who have made a monetary transaction
|
AllowParcelChanges | Parcels within the region may be joined or divided by anyone,
not just estate owners/managers.
|
AbuseEmailToEstateOwner | Abuse reports sent from within this region are sent to the
estate owner defined email.
|
AllowVoice | Region is Voice Enabled
|
BlockParcelSearch | Removes the ability from parcel owners to set their parcels to
show in search.
|
DenyAgeUnverified | Deny agents who have not been age verified from entering the
region.
|
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)