Difference between revisions of "PARCEL FLAG ALLOW SCRIPTS"
Jump to navigation
Jump to search
m (Replace Template:SourceLink/bitbucket with SourceLink:github) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant | ||
|name= | |name=PARCEL_FLAG_ALLOW_SCRIPTS | ||
|type=integer | |type=integer | ||
|value={{LSL Hex| | |value={{LSL Hex|0x2|2}} | ||
|desc=This is a flag used with [[llGetParcelFlags]] to check if scripts are allowed to run on the parcel. | |desc=This is a flag used with [[llGetParcelFlags]] to check if scripts are allowed to run on the parcel. | ||
|examples | |examples | ||
|functions={{LSL DefineRow||[[llGetParcelFlags]]}} | |functions={{LSL DefineRow||[[llGetParcelFlags]]}} | ||
|constants={{LSL_Constants/Parcel|valid=*|wrap=*}} | |constants={{LSL_Constants/Parcel|valid=*|wrap=*}} | ||
|location={{SourceLink/github|viewer|indra/llinventory/llparcelflags.h|line=39}} | |||
|events | |events | ||
|cat1=Parcel | |cat1=Parcel/Flags | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 14:12, 17 November 2022
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PARCEL_FLAG_ALLOW_SCRIPTS = 0x2;The integer constant PARCEL_FLAG_ALLOW_SCRIPTS has the value 0x2
This is a flag used with llGetParcelFlags to check if scripts are allowed to run on the parcel.
Caveats
Related Articles
Constants
|
Functions
• | llGetParcelFlags |