LlSendRemoteData
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Contents |
Description
Function: key llSendRemoteData( key channel, string dest, integer idata, string sdata );| 255 | Function ID |
| 3.0 | Delay |
| 10.0 | Energy |
Send an XML-RPC request to dest through channel with payload of channel (in a string), integer idata and string sdata.
Returns a key that is the message_id for the resulting remote_data events.
| • key | channel | |||
| • string | dest | |||
| • integer | idata | |||
| • string | sdata |

