From Second Life Wiki
Template:Needs Translation/LSL/de
Template:Needs Translation/LSL/es
Template:Needs Translation/LSL/el
Template:Needs Translation/LSL/he
Template:Needs Translation/LSL/it
Template:Needs Translation/LSL/ko
Template:Needs Translation/LSL/nl
Template:Needs Translation/LSL/hu
Template:Needs Translation/LSL/no
Template:Needs Translation/LSL/da
Template:Needs Translation/LSL/sv
Template:Needs Translation/LSL/tr
Template:Needs Translation/LSL/pl
Template:Needs Translation/LSL/pt
Template:Needs Translation/LSL/ru
Template:Needs Translation/LSL/uk
Template:Needs Translation/LSL/zh-Hans
Template:Needs Translation/LSL/zh-Hant
/LSL
object_rez
Description
! Event: object_rez( key id ){ ; }
Triggered when the object rezzes an object.
| • key
| id
| –
| UUID of object rezzed.
|
|
Caveats
- The event is triggered in all implementing scripts within a prim. It is not restricted to the script that called llRezObject or llRezAtRoot but it is restricted to the child prim of the object where the call was made. For example, if the call to llRezObject was made from a script in a child prim, all other scripts in that prim will have their object_rez events triggered if implemented. Other scripts in other prims of the object however, will not observe the object_rez event.
See Also
Events
| •
| on_rez
| –
| Triggered when the object the script is in is rezzed
|
|
Functions