LSL Constants/llRezObjectWithParams

From Second Life Wiki
Revision as of 16:13, 12 October 2023 by Rider Linden (talk | contribs) (Created page with "==Parameters== {| class="sortable" {{Prettytable}} |-{{Hl2}} !parameter !integer value !values to set !description |- | REZ_PARAM | 0 | integer param | Start parameter passed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Parameters

parameter integer value values to set description
REZ_PARAM 0 integer param Start parameter passed into the rezzed object's on_rez(integer) event.
REZ_FLAGS 1 integer flags Flags applied to rezzed object when it is created in the world.
REZ_POS 2 vector pos, integer relative, integer at_root Position to rez the new object in the world. If relative is FALSE the position is in region coordinates. If relative is TRUE, the position will be relative to the rezzing object.

If at_root is FALSE, the center of the object will be at the position specified by pos. Set at_root to TRUE to set the position of the root prim.