llSendRemoteData
LSLkey llSendRemoteData(string channel, string dest, integer idata, string sdata)
Deprecated: use HTTP functions and events instead.\ Sends an XML-RPC request to Destination through ChannelID with payload of ChannelID (in a string), integer Value and string Text.\ Returns a key that is the message_id for the resulting remote_data events.
Parameters
| Type | Name |
|---|---|
| string | channel |
| string | dest |
| integer | idata |
| string | sdata |
Sleeps
3s
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llSetLinkTexture(integer linknumber, string texture, integer face)
void llCreateLink(key targetId, integer parent)
float llList2Float(list src, integer index)
void llShout(integer channelID, string text)
vector llGetAgentSize(key id)
void llSoundPreload(string sound)
integer llEdgeOfWorld(vector pos, vector dir)
float llGetTimeOfDay()