LlRezObject
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: llRezObject( string inventory, vector pos, vector vel, rotation rot, integer param ); |
参数:• string
inventory – an object in the inventory of the prim this script is in • vector pos – position in region coordinates • vector vel – velocity (max magnitude is approximately 200m/s) • rotation rot – rotation • integer param – on_rez event parameter and value returned by llGetStartParameter in the rezzed object (or by each of the items in a coalesced object). |
返回值:在pos使用速度vel实例化库存对象,使用启动参数参数param旋转rot实例化库存对象(Instantiate inventory object at pos with velocity vel and rotation rot with start parameter param) |
注意事项 |
---|
无 |
示例 |
---|
示例1 |
相关函数 |
---|
[[]]
[[]] [[]] |
相关事件 |
---|
附录:(表格)