REGION FLAG DISABLE COLLISIONS: Difference between revisions
Jump to navigation
Jump to search
New page: {{LSL Constant |name=REGION_FLAG_DISABLE_COLLISIONS |type=integer |value={{LSL Hex|0x00001000|}} |desc=This is a flag used with llGetRegionFlags to check if collisions have been disabl... |
(No difference)
|
Revision as of 04:52, 30 May 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer REGION_FLAG_DISABLE_COLLISIONS = 0x00001000;The integer constant REGION_FLAG_DISABLE_COLLISIONS has the value 0x00001000
This is a flag used with llGetRegionFlags to check if collisions have been disabled in the region.
Caveats
Related Articles
Constants
|
Functions
• | llGetRegionFlags |