Difference between revisions of "REGION FLAG FIXED SUN"

From Second Life Wiki
Jump to navigation Jump to search
m (New page: {{LSL Constant |name=REGION_FLAG_FIXED_SUN |type=integer |value={{LSL Hex|0x00000010|}} |desc=This is a flag used with llGetRegionFlags to check if the sun's position has been fixed in...)
 
m
Line 8: Line 8:
|constants={{LSL_Constants/Region|valid=*|wrap=*}}
|constants={{LSL_Constants/Region|valid=*|wrap=*}}
|events
|events
|cat1=Region
|cat1=Region/Flags
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 21:01, 16 April 2009

Description

Constant: integer REGION_FLAG_FIXED_SUN = 0x00000010;

The integer constant REGION_FLAG_FIXED_SUN has the value 0x00000010

This is a flag used with llGetRegionFlags to check if the sun's position has been fixed 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_FIXED_SUN = 0x00000010;