LlSendRemoteData

来自人工智能助力教育知识百科
Mkx讨论 | 贡献2020年8月19日 (三) 03:35的版本 (创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: key llSendRemoteData( key channel, string dest, integer id…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

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秒。
示例
相关函数
相关事件