REGION FLAG RESTRICT PUSHOBJECT: Difference between revisions
Jump to navigation
Jump to search
New page: {{LSL Constant |name=REGION_FLAG_RESTRICT_PUSHOBJECT |type=integer |value={{LSL Hex|0x00400000|}} |desc=This is a flag used with llGetRegionFlags to check if llPushObject is restri... |
mNo edit summary |
||
| 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 | ||
}} | }} | ||
Latest revision as of 20:13, 16 April 2009
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer REGION_FLAG_RESTRICT_PUSHOBJECT = 0x00400000;The integer constant REGION_FLAG_RESTRICT_PUSHOBJECT has the value 0x00400000
This is a flag used with llGetRegionFlags to check if llPushObject is restricted in the region.
Caveats
Related Articles
Constants
|
Functions
| • | llGetRegionFlags |