Difference between revisions of "Category:LSL Communications"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{LSL Header}}
{{LSL Header|ml=*}}{{LSLC|}}{{LSLC|Script}}


Objects in SecondLife can communicate with other scripts, agents, external servers.  They do this using the following forms in LSL.
Objects in SecondLife can communicate with other scripts, agents, external servers.  They do this using the following forms in LSL.
Line 14: Line 14:
: [[llWhisper]]
: [[llWhisper]]
: [[llRegionSay]]
: [[llRegionSay]]
: [[llRegionSayTo]]
: [[llDialog]]
: [[llDialog]]
: [[llTextBox]]
|
|
: [[llListen]]
: [[llListen]]
Line 52: Line 54:
|-
|-
|
|
Can only be sent to non Linden Labs servers
Requests can only be sent to non Linden Labs servers unless being sent to a LSL script via HTTP-in
: {{LSLG|llHTTPRequest}}
: {{LSLG|llHTTPRequest}}
: {{LSLG|llHTTPResponse}}
|
|
Response to a HTTP request only, can not accept incoming HTTP requests.
 
:'''Event''' {{LSLG|http_response}}
:'''Event''' {{LSLG|http_response}}
:'''Event''' {{LSLG|http_request}}
|}
|}



Latest revision as of 06:55, 30 August 2011

Objects in SecondLife can communicate with other scripts, agents, external servers. They do this using the following forms in LSL.

Chat

Sending Receiving
llSay
llOwnerSay
llShout
llWhisper
llRegionSay
llRegionSayTo
llDialog
llTextBox
llListen
llListenRemove
llListenControl
Event listen

Instant Message

Send only llInstantMessage

Link Message

Sending Receiving
llMessageLinked
Event link_message

Email

Sending Receiving
llEmail
llGetNextEmail
Event email

HTTP

Sending Receiving

Requests can only be sent to non Linden Labs servers unless being sent to a LSL script via HTTP-in

llHTTPRequest
llHTTPResponse
Event http_response
Event http_request

Formatting llEscapeURL llUnescapeURL

XML-RPC

Receive Only - Communications via XML-RPC must be initiated by the external server.

Sending Receiving Maintenance
llRemoteDataReply
llSendRemoteData

Event remote_data

llCloseRemoteDataChannel
llOpenRemoteDataChannel
llRemoteDataSetRegion