Template:LSL Constants/Parcel: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Scrub references to unsupported parcel flags |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{#if:{{{wrap|}}}|{{!}}}} | {{#if:{{{wrap|}}}|{{!}}}} | ||
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} | {{{!}} class="sortable" {{Prettytable|style=margin-top:0;margin-bottom:0;}} | ||
{{!}}-{{Hl2}} | {{!}}-{{Hl2}} | ||
! title="Flag" {{!}} Flag | ! title="Flag" {{!}} Flag | ||
Line 13: | Line 13: | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|PARCEL_FLAG_ALLOW_LANDMARK|integer|8|hex=0x00000008|c=find if a parcel allows landmarks to be created}} | {{!}} {{LSL Const|PARCEL_FLAG_ALLOW_LANDMARK|integer|8|hex=0x00000008|c=find if a parcel allows landmarks to be created}} | ||
Line 34: | Line 29: | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|PARCEL_FLAG_USE_ACCESS_GROUP|integer|256|hex=0x00000100|c=find if a parcel limits access to a group}} | {{!}} {{LSL Const|PARCEL_FLAG_USE_ACCESS_GROUP|integer|256|hex=0x00000100|c=find if a parcel limits access to a group}} | ||
Line 55: | Line 45: | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|PARCEL_FLAG_LOCAL_SOUND_ONLY|integer|32768|hex=0x00008000|c=find if a parcel restricts spatialized sound to the parcel}} | {{!}} {{LSL Const|PARCEL_FLAG_LOCAL_SOUND_ONLY|integer|32768|hex=0x00008000|c=find if a parcel restricts spatialized sound to the parcel}} | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|PARCEL_FLAG_RESTRICT_PUSHOBJECT|integer|2097152|hex=0x00200000|c=find if a parcel restricts llPushObject}} | {{!}} {{LSL Const|PARCEL_FLAG_RESTRICT_PUSHOBJECT|integer|2097152|hex=0x00200000|c=find if a parcel restricts llPushObject}} | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} find if a parcel restricts [[llPushObject]] | {{!}} find if a parcel restricts [[llPushObject]] | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|PARCEL_FLAG_ALLOW_GROUP_SCRIPTS|integer|hex=0x02000000|c=find if a parcel allows scripts owned by group}} | {{!}} {{LSL Const|PARCEL_FLAG_ALLOW_GROUP_SCRIPTS|integer|hex=0x02000000|c=find if a parcel allows scripts owned by group}} | ||
Line 126: | Line 69: | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}} | {{!}}} | ||
<noinclude>{{{{FULLPAGENAME}}|valid=*}}</noinclude> | <noinclude>{{{{FULLPAGENAME}}|valid=*}}</noinclude> |
Latest revision as of 11:26, 2 September 2025
Flag | Value | Description |
---|---|---|
PARCEL_FLAG_ALLOW_FLY | 0x00000001 | find if a parcel allows flying |
PARCEL_FLAG_ALLOW_SCRIPTS | 0x00000002 | find if a parcel allows outside scripts |
PARCEL_FLAG_ALLOW_LANDMARK | 0x00000008 | find if a parcel allows landmarks to be created |
PARCEL_FLAG_ALLOW_TERRAFORM | 0x00000010 | find if a parcel allows anyone to terraform the land |
PARCEL_FLAG_ALLOW_DAMAGE | 0x00000020 | find if a parcel allows damage |
PARCEL_FLAG_ALLOW_CREATE_OBJECTS | 0x00000040 | find if a parcel allows anyone to create objects |
PARCEL_FLAG_USE_ACCESS_GROUP | 0x00000100 | find if a parcel limits access to a group |
PARCEL_FLAG_USE_ACCESS_LIST | 0x00000200 | find if a parcel limits access to a list of residents |
PARCEL_FLAG_USE_BAN_LIST | 0x00000400 | find if a parcel uses a ban list, including restricting access based on payment info |
PARCEL_FLAG_USE_LAND_PASS_LIST | 0x00000800 | find if a parcel allows passes to be purchased |
PARCEL_FLAG_LOCAL_SOUND_ONLY | 0x00008000 | find if a parcel restricts spatialized sound to the parcel |
PARCEL_FLAG_RESTRICT_PUSHOBJECT | 0x00200000 | find if a parcel restricts llPushObject |
PARCEL_FLAG_ALLOW_GROUP_SCRIPTS | 0x02000000 | find if a parcel allows scripts owned by group |
PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS | 0x04000000 | find if a parcel allows object creation by group members or objects |
PARCEL_FLAG_ALLOW_ALL_OBJECT_ENTRY | 0x08000000 | find if a parcel allows all objects to enter a parcel |
PARCEL_FLAG_ALLOW_GROUP_OBJECT_ENTRY | 0x10000000 | find if a parcel only allows group (and owner) objects to enter the parcel |
Flag | Value | Description |
---|---|---|
PARCEL_FLAG_ALLOW_FLY | 0x00000001 | find if a parcel allows flying |
PARCEL_FLAG_ALLOW_SCRIPTS | 0x00000002 | find if a parcel allows outside scripts |
PARCEL_FLAG_ALLOW_LANDMARK | 0x00000008 | find if a parcel allows landmarks to be created |
PARCEL_FLAG_ALLOW_TERRAFORM | 0x00000010 | find if a parcel allows anyone to terraform the land |
PARCEL_FLAG_ALLOW_DAMAGE | 0x00000020 | find if a parcel allows damage |
PARCEL_FLAG_ALLOW_CREATE_OBJECTS | 0x00000040 | find if a parcel allows anyone to create objects |
PARCEL_FLAG_USE_ACCESS_GROUP | 0x00000100 | find if a parcel limits access to a group |
PARCEL_FLAG_USE_ACCESS_LIST | 0x00000200 | find if a parcel limits access to a list of residents |
PARCEL_FLAG_USE_BAN_LIST | 0x00000400 | find if a parcel uses a ban list, including restricting access based on payment info |
PARCEL_FLAG_USE_LAND_PASS_LIST | 0x00000800 | find if a parcel allows passes to be purchased |
PARCEL_FLAG_LOCAL_SOUND_ONLY | 0x00008000 | find if a parcel restricts spatialized sound to the parcel |
PARCEL_FLAG_RESTRICT_PUSHOBJECT | 0x00200000 | find if a parcel restricts llPushObject |
PARCEL_FLAG_ALLOW_GROUP_SCRIPTS | 0x02000000 | find if a parcel allows scripts owned by group |
PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS | 0x04000000 | find if a parcel allows object creation by group members or objects |
PARCEL_FLAG_ALLOW_ALL_OBJECT_ENTRY | 0x08000000 | find if a parcel allows all objects to enter a parcel |
PARCEL_FLAG_ALLOW_GROUP_OBJECT_ENTRY | 0x10000000 | find if a parcel only allows group (and owner) objects to enter the parcel |