Category:LSL Communications

From Second Life Wiki
Revision as of 15:03, 9 February 2007 by Anthony Reisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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