Difference between revisions of "Category:LSL Communications"

From Second Life Wiki
Jump to navigation Jump to search
Line 60: Line 60:
{{LSLG|llUnescapeURL}}
{{LSLG|llUnescapeURL}}


==[[:Category:LSL XML RPC|XML RPC]]==
==[[:Category:LSL XML-RPC|XML-RPC]]==
'''Receive Only'''
'''Receive Only'''



Revision as of 14:33, 2 March 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