REGION FLAG SANDBOX
Revision as of 03:55, 30 May 2008 by Strife Onizuka (talk | contribs) (New page: {{LSL Constant |name=REGION_FLAG_SANDBOX |type=integer |value={{LSL Hex|0x00000100|}} |desc=This is a flag used with llGetRegionFlags to check if the region is a sandbox. |examples |fu...)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer REGION_FLAG_SANDBOX = 0x00000100;The integer constant REGION_FLAG_SANDBOX has the value 0x00000100
This is a flag used with llGetRegionFlags to check if the region is a sandbox.
Caveats
Related Articles
Constants
|
Functions
• | llGetRegionFlags |