llRemoteDataReply

From Second Life Wiki
Jump to navigation Jump to search
Emblem-important.png Deprecated
(This function has been deprecated, please use LSL_http_server instead.)

Summary

Function: llRemoteDataReply( key channel, key message_id, string sdata, integer idata );
3.0 Forced Delay
10.0 Energy

Send an XML-RPC reply on channel to message_id with payload of string sdata and integer idata

• key channel
• key message_id
• string sdata
• integer idata

Caveats

  • This function causes the script to sleep for 3.0 seconds.
  • This function has been deprecated, please use LSL_http_server instead.

Examples

See Also

Events

•  remote_data

Deep Notes

Signature

function void llRemoteDataReply( key channel, key message_id, string sdata, integer idata );