Difference between revisions of "LlRemoteDataReply"

From Second Life Wiki
Jump to navigation Jump to search
Line 13: Line 13:
|also_functions
|also_functions
|also_tests
|also_tests
|also_events
|also_events=*{{LSLG|remote_data}}
|also_articles
|also_articles
|notes
|notes

Revision as of 07:13, 11 August 2007

Summary

Function: llRemoteDataReply( key channel, key message_id, string sdata, integer idata );

Send an XML-RPC reply to message_id on channel 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.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

Deep Notes

Search JIRA for related Issues

Signature

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