“LlCastRay”的版本间的差异

来自人工智能助力教育知识百科
跳转至: 导航搜索
Ty讨论 | 贡献
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function:list llCastRay(vector start,vector end,list options ); |参…”)
(没有差异)

2020年4月12日 (日) 03:43的版本

Template:Needs Translation/

函数名
Function:list llCastRay(vector start,vector end,list options );
参数:vector start -starting location
             vector end -ending location
             list options -can consists of any number of option flags and their parameters.
返回值:Returns a list of strided values with an additional integer status code on the end.Each stride consists of two mandatory values {key uuid,vector position}and possibly some optional values {integer link_number,vector normal}see RC DATA FLAGS for details.The status_code if it is negative is an error code,otherwise it is the number of hits (and strides)returned.
注意事项
示例
示例1

相关函数
相关事件