“LlSendRemoteData”的版本间的差异

来自人工智能助力教育知识百科
跳转至: 导航搜索
Mkx讨论 | 贡献
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: key llSendRemoteData( key channel, string dest, integer id…”)
 
(没有差异)

2020年8月19日 (三) 03:35的最新版本

Template:Needs Translation/


函数名
Function: key llSendRemoteData( key channel, string dest, integer idata, string sdata );
参数:• key channel

• string dest

• integer idata

• string sdata

返回值:通过信道向dest发送XML-RPC请求,有效载荷为channel(字符串)、整数idata和字符串sdata。

返回结果remote_data事件的message_id键。

注意事项
这个函数使脚本休眠3.0秒。
示例
相关函数
相关事件