Difference between revisions of "Category:LSL Communications"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
==[[: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
|-
|-
Line 24: Line 24:


==[[: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 34: Line 34:


==[[:Category:LSL Email|Email]]==
==[[:Category:LSL Email|Email]]==
{| border = "1"  cellspacing="2" cellpadding="6"
{| border = "1"  width = "60%" cellspacing="2" cellpadding="6"
! Sending !! Receiving
! Sending !! Receiving
|-
|-
Line 45: Line 45:


==[[:Category:LSL HTTP|HTTP]]==
==[[:Category:LSL HTTP|HTTP]]==
{| border = "1"  cellspacing="2" cellpadding="6"
{| border = "1"  width = "60%" cellspacing="2" cellpadding="6"
! Sending !! Receiving
! Sending !! Receiving
|-
|-

Revision as of 13:08, 21 February 2007

Communication can occur Agent to Object, Object to Agent, Object to Object, and Agent to Agent though only the first three can be done in LSL. Communication is broken up into several categories.

Chat

Sending Receiving
llSay
llOwnerSay
llShout
llWhisper
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

Can only be sent to non Linden Labs servers

llHTTPRequest

Response to a HTTP request only, can not accept incoming HTTP requests.

Event http_response

Formatting llEscapeURL llUnescapeURL

XML RPC

Receive Only

llCloseRemoteDataChannel llOpenRemoteDataChannel llRemoteDataReply llRemoteDataSetRegion llSendRemoteData

Event remote_data