“LlSendRemoteData”的版本间的差异
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: key llSendRemoteData( key channel, string dest, integer id…”) |
(没有差异)
|
2020年8月19日 (三) 03:35的最新版本
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
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秒。 |
示例 |
---|
无 |
相关函数 |
---|
无 |
相关事件 |
---|
无 |