Difference between revisions of "Category:LSL Communications"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSL Header}}
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.
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.



Revision as of 15:42, 9 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

llSay llOwnerSay llShout llWhisper

Recieving

llListen llListenRemove llListenControl


Instant Message

Send only

llInstantMessage

Link Message

Sending

llMessageLinked

Recieving

Event link_message

Email

HTTP

XML RPC