Difference between revisions of "LSL Constants/llRezObjectWithParams Flags"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "===Flags=== {| class="sortable" {{Prettytable}} |-{{Hl2}} !parameter !integer value !description |- | REZ_FLAG_TEMP | 0x0001 | lorum ipsum |- | REZ_FLAG_PHYSICAL | 0x0002 | lo...")
 
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
| REZ_FLAG_TEMP
| REZ_FLAG_TEMP
| 0x0001
| 0x0001
| lorum ipsum
| Object is rezzed as temporary.
|-
|-
| REZ_FLAG_PHYSICAL
| REZ_FLAG_PHYSICAL
| 0x0002
| 0x0002
| lorum ipsum
| Object is rezzed as physical.
|-
|-
| REZ_FLAG_PHANTOM
| REZ_FLAG_PHANTOM
| 0x0004
| 0x0004
| lorum ipsum
| Object is rezzed as phantom
|-
|-
| REZ_FLAG_DIE_ON_COLIDE
| REZ_FLAG_DIE_ON_COLLIDE
| 0x0008
| 0x0008
| lorum ipsum
| The object will die after its first collision.
|-
|-
| REZ_FLAG_DIE_ON_NOENTRY
| REZ_FLAG_DIE_ON_NOENTRY
| 0x0010
| 0x0010
| lorum ipsum
| Object will die if it attempts to enter a parcel that it can't.
|-
|-
| REZ_FLAG_NO_COLLIDE_OWNER
| REZ_FLAG_NO_COLLIDE_OWNER
| 0x0020
| 0x0020
| lorum ipsum
| Object will not trigger a collision event if colliding with its owner.<sup>&dagger;</sup>
|-
|-
| REZ_FLAG_NO_COLLIDE_FAMILY
| REZ_FLAG_NO_COLLIDE_FAMILY
| 0x0040
| 0x0040
| lorum ipsum
| Object will not trigger collision events when colliding with other object rezzed by the same rezzer.<sup>&dagger;</sup>
|-
|-
| REZ_FLAG_BLOCK_GRAB_OBJECT
| REZ_FLAG_BLOCK_GRAB_OBJECT
| 0x0080
| 0x0080
| lorum ipsum
| Grabbing is disabled for this object.
|-
|-
|}
|}
&dagger; Disabling collisions only disables collision events and damage. The object will still cause a physics collision and may push the objects.

Latest revision as of 11:07, 13 October 2023

Flags

parameter integer value description
REZ_FLAG_TEMP 0x0001 Object is rezzed as temporary.
REZ_FLAG_PHYSICAL 0x0002 Object is rezzed as physical.
REZ_FLAG_PHANTOM 0x0004 Object is rezzed as phantom
REZ_FLAG_DIE_ON_COLLIDE 0x0008 The object will die after its first collision.
REZ_FLAG_DIE_ON_NOENTRY 0x0010 Object will die if it attempts to enter a parcel that it can't.
REZ_FLAG_NO_COLLIDE_OWNER 0x0020 Object will not trigger a collision event if colliding with its owner.
REZ_FLAG_NO_COLLIDE_FAMILY 0x0040 Object will not trigger collision events when colliding with other object rezzed by the same rezzer.
REZ_FLAG_BLOCK_GRAB_OBJECT 0x0080 Grabbing is disabled for this object.

† Disabling collisions only disables collision events and damage. The object will still cause a physics collision and may push the objects.