Object: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Eek Ghost (talk | contribs)
cleanup, more sections
m Added information: coalesced objects can be rezzed by scripted objects.
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Help|Object= |Glossary=*}}
{{Help|Object= |Glossary=*}}


An '''object''' is a collection of one or more [[link]]ed [[prim]]s ([[link set]]) but a single prim can also be an object. An object can be [[attachment|attached]] to an [[avatar]] and there are various scripting functions that can affect an object.
An '''object''' is either a single [[prim]] or a [[link set]] (a collection several [[link]]ed prims). An object can be [[attachment|attached]] to an [[avatar]] and there are various scripting functions that can affect an object.


[[Owner]]s can set next-owner {{LSLGC|Permissions/Asset|permissions}} for [[resident]]s who receive the object.
[[:Category:LSL_Owner|Owners]] can set next-owner {{LSLGC|Permissions/Asset|permissions}} for [[resident]]s who receive the object.


== Coalesced object ==
== Coalesced object ==
A coalesced (or grouped) object contains multiple objects which appear as one entry in a resident's [[inventory]], marked with the [[Image:Inv_item_object_multi.png]] sign. This can happen either via auto-return or when multiple objects are selected and taken at once. Coalesced objects can ''not'' be attached to an avatar.
A coalesced (or grouped) object contains multiple objects which appear as one entry in a resident's [[inventory]], marked with the [[Image:Inv_item_object_multi.png]] sign. This can happen either via auto-return or when multiple objects are selected and taken at once. Coalesced objects can ''not'' be attached to an avatar, however, just as coalesced objects can be rezzed from a resident's inventory, a scripted object can also rez coalesced objects from its inventory.


* [[Inventory: How the Coalesce feature works|How the Coalesce feature works]]
* [[Inventory: How the Coalesce feature works|How the Coalesce feature works]]

Latest revision as of 12:34, 24 February 2026

An object is either a single prim or a link set (a collection several linked prims). An object can be attached to an avatar and there are various scripting functions that can affect an object.

Owners can set next-owner permissions for residents who receive the object.

Coalesced object

A coalesced (or grouped) object contains multiple objects which appear as one entry in a resident's inventory, marked with the sign. This can happen either via auto-return or when multiple objects are selected and taken at once. Coalesced objects can not be attached to an avatar, however, just as coalesced objects can be rezzed from a resident's inventory, a scripted object can also rez coalesced objects from its inventory.

Video tutorials

Help

Scripting

See also