LlRezObject

来自人工智能助力教育知识百科
Mkx讨论 | 贡献2020年8月15日 (六) 12:23的版本 (创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: llRezObject( string inventory, vector pos, vector vel, rot…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

Template:Needs Translation/


函数名
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

相关函数
[[]]

[[]]

[[]]

相关事件

附录:(表格)