Difference between revisions of "PARCEL FLAG RESTRICT PUSHOBJECT"
Jump to navigation
Jump to search
Smiley Barry (talk | contribs) (New page: ''This is a parcel flag, checks to see wether pushing '''by anyone''' is allowed. For more info, refer to llGetParcelFlags.'') |
m (Replace Template:SourceLink/bitbucket with SourceLink:github) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{LSL Constant | |||
|name={{PAGENAMEE}} | |||
|type=integer | |||
|value={{LSL Hex|0x200000|2097152}} | |||
|desc=This is a flag used with [[llGetParcelFlags]] to check if [[llPushObject]] is allowed to be used by non-owners (or non-group officers if group owned land) inside the parcel. | |||
|examples | |||
|functions={{LSL DefineRow||[[llGetParcelFlags]]}} | |||
|constants={{LSL_Constants/Parcel|valid=*|wrap=*}} | |||
|location={{SourceLink/github|viewer|indra/llinventory/llparcelflags.h|line=60}} | |||
|events | |||
|cat1=Parcel/Flags | |||
|cat2 | |||
|cat3 | |||
|cat4 | |||
}} |
Latest revision as of 14:14, 17 November 2022
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PARCEL_FLAG_RESTRICT_PUSHOBJECT = 0x200000;The integer constant PARCEL_FLAG_RESTRICT_PUSHOBJECT has the value 0x200000
This is a flag used with llGetParcelFlags to check if llPushObject is allowed to be used by non-owners (or non-group officers if group owned land) inside the parcel.
Caveats
Related Articles
Constants
|
Functions
• | llGetParcelFlags |