Difference between revisions of "Category:LSL Communications"
Jump to navigation
Jump to search
Email
m |
|||
(17 intermediate revisions by 7 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. | |||
==[[:Category:LSL Chat|Chat]]== | ==[[:Category:LSL Chat|Chat]]== | ||
{| border="1" cellspacing="2" cellpadding="6" | {| border="1" width = "60%" cellspacing="2" cellpadding="6" | ||
! Sending !! Receiving | ! Sending !! Receiving | ||
|- | |- | ||
| | | | ||
: | : [[llSay]] | ||
: | : [[llOwnerSay]] | ||
: | : [[llShout]] | ||
: | : [[llWhisper]] | ||
: [[llRegionSay]] | |||
: [[llRegionSayTo]] | |||
: [[llDialog]] | |||
: [[llTextBox]] | |||
| | | | ||
: | : [[llListen]] | ||
: | : [[llListenRemove]] | ||
: | : [[llListenControl]] | ||
: '''Event''' | : '''Event''' [[listen]] | ||
|} | |} | ||
Line 24: | Line 29: | ||
==[[:Category:LSL Link Message|Link Message]]== | ==[[:Category:LSL Link Message|Link Message]]== | ||
{| border = "1" cellspacing="2" cellpadding="6" | {| border = "1" width = "60%" cellspacing="2" cellpadding="6" | ||
! Sending !! Receiving | ! Sending !! Receiving | ||
|- | |- | ||
Line 33: | Line 38: | ||
|} | |} | ||
==Email== | ==[[:Category:LSL Email|Email]]== | ||
{| border = "1" cellspacing="2" cellpadding="6" | {| border = "1" width = "60%" cellspacing="2" cellpadding="6" | ||
! Sending !! Receiving | ! Sending !! Receiving | ||
|- | |- | ||
Line 43: | Line 48: | ||
: '''Event''' {{LSLG|email}} | : '''Event''' {{LSLG|email}} | ||
|} | |} | ||
==HTTP== | |||
{| border = "1" cellspacing="2" cellpadding="6" | ==[[:Category:LSL HTTP|HTTP]]== | ||
{| border = "1" width = "60%" cellspacing="2" cellpadding="6" | |||
! Sending !! Receiving | ! Sending !! Receiving | ||
|- | |- | ||
| | | | ||
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}} | |||
| | | | ||
:'''Event''' {{LSLG|http_response}} | :'''Event''' {{LSLG|http_response}} | ||
:'''Event''' {{LSLG|http_request}} | |||
|} | |} | ||
Line 59: | Line 67: | ||
{{LSLG|llUnescapeURL}} | {{LSLG|llUnescapeURL}} | ||
==XML RPC== | ==[[:Category:LSL XML-RPC|XML-RPC]]== | ||
'''Receive Only''' | '''Receive Only''' - Communications via XML-RPC must be initiated by the external server. | ||
{{LSLG| | {| border = "1" width = "60%" cellspacing="2" cellpadding="6" | ||
{{LSLG| | ! Sending !! Receiving !! Maintenance | ||
{{LSLG| | |- | ||
{{LSLG| | | | ||
{{LSLG| | :{{LSLG|llRemoteDataReply}} | ||
:{{LSLG|llSendRemoteData}} | |||
| | |||
'''Event''' {{LSLG|remote_data }} | |||
| | |||
:{{LSLG|llCloseRemoteDataChannel}} | |||
:{{LSLG|llOpenRemoteDataChannel}} | |||
:{{LSLG|llRemoteDataSetRegion}} | |||
|} |
Latest revision as of 06:55, 30 August 2011
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Objects in SecondLife can communicate with other scripts, agents, external servers. They do this using the following forms in LSL.
Chat
Sending | Receiving |
---|---|
Instant Message
Send only llInstantMessage
Link Message
Sending | Receiving |
---|---|
|
Sending | Receiving |
---|---|
|
HTTP
Sending | Receiving |
---|---|
Requests can only be sent to non Linden Labs servers unless being sent to a LSL script via HTTP-in |
|
Formatting llEscapeURL llUnescapeURL
XML-RPC
Receive Only - Communications via XML-RPC must be initiated by the external server.
Sending | Receiving | Maintenance |
---|---|---|
Event remote_data |
Subcategories
This category has the following 8 subcategories, out of 8 total.
Pages in category "LSL Communications"
The following 21 pages are in this category, out of 21 total.