Difference between revisions of "LlSendRemoteData"

From Second Life Wiki
Jump to navigation Jump to search
m (Fix for alphabetical order in Functions list)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func=llSendRemoteData
|sort=SendRemoteData
|func_id=255|func_sleep=3.0|func_energy=10.0
|func_id=255|func_sleep=3.0|func_energy=10.0
|func=llSendRemoteData|sort=SendRemoteData
|return_type=key
|return_type=key
|p1_type=key|p1_name=channel
|p1_type=key|p1_name=channel

Revision as of 04:52, 29 March 2007

Summary

Function: key llSendRemoteData( key channel, string dest, integer idata, string sdata );

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

Caveats

  • This function causes the script to sleep for 3.0 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function key llSendRemoteData( key channel, string dest, integer idata, string sdata );