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
string llSHA1String(string src)
float llGetTimeOfDay()
string llGetDate()
string llGetInventoryDesc(string name)
string llHMAC(string private_key, string message, string algo)
integer llGetMemoryLimit()
void llSound(string sound, float volume, integer queue, integer loop)
void llRezObject(string inventory, vector pos, vector vel, rotation rot, integer param)