Difference between revisions of "LlListen"

From Second Life Wiki
Jump to navigation Jump to search
Line 8: Line 8:
|also_functions=*{{LSLG|llListenRemove}}
|also_functions=*{{LSLG|llListenRemove}}
*{{LSLG|llListenControl}}
*{{LSLG|llListenControl}}
*{{LSLG|llWhisper}}
*{{LSLG|llSay}}
*{{LSLG|llShout}}
|also_events=*{{LSLG|listen}}
|also_events=*{{LSLG|listen}}
|cat1=Communications
|cat1=Communications

Revision as of 08:11, 10 February 2007

Summary

Function: integer llListen( integer channel, string name, key id, string msg );

Sets a callback for msg on channel from name and id.
Returns an integer that can be used to deactivate or remove the listen.

• integer channel
• string name
• key id
• string msg

If msg, name or id are blank there are not used to filter incoming messages. If id is an invalid key or a null key, it is considered blank.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function integer llListen( integer channel, string name, key id, string msg );