Remote data
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Contents |
Description
Event: remote_data( integer event_type, key channel, key message_id, string sender, integer idata, string sdata ){ ; }| 31 | Event ID |
Triggered by various XML-RPC calls.
| • integer | event_type | |||
| • key | channel | |||
| • key | message_id | |||
| • string | sender | |||
| • integer | idata | |||
| • string | sdata |
| Event Type | Description | |
|---|---|---|
| REMOTE_DATA_CHANNEL | 1 | |
| REMOTE_DATA_REQUEST | 2 | |
| REMOTE_DATA_REPLY | 3 | |
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

