LSL Constants/llRezObjectWithParams
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. |