Difference between revisions of "LlRemoteDataReply"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
|p1_type=key|p1_name=channel|p2_type=key|p2_name=message_id|p3_type=string|p3_name=sdata|p4_type=integer|p4_name=idata
|p1_type=key|p1_name=channel|p2_type=key|p2_name=message_id|p3_type=string|p3_name=sdata|p4_type=integer|p4_name=idata
|func_footnote
|func_footnote
|func_desc=Send an XML-RPC reply to '''message_id''' on channel with payload of string '''sdata''' and integer '''idata'''
|func_desc=Send an XML-RPC reply on '''channel''' to '''message_id''' with payload of string '''sdata''' and integer '''idata'''
|return_text
|return_text
|spec
|spec

Revision as of 13:09, 12 February 2008

Summary

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

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.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  remote_data

Deep Notes

Search JIRA for related Issues

Signature

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