LlSendRemoteData

From Second Life Wiki

Jump to: navigation, search

Contents

Description

Function: key llSendRemoteData( key channel, string dest, integer idata, string sdata );
255 Function ID
3.0 Delay
10.0 Energy

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.

Examples

Personal tools