Difference between revisions of "PUBLIC CHANNEL"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<onlyinclude>{{#vardefine:PUBLIC_CHANNEL|{{LSL Const|PUBLIC_CHANNEL|integer|ihex=0|hex=0x0|c=Chat channel that broadcasts to all nearby users.}}}}</onlyinclude>{{LSL Constant
<onlyinclude>{{#vardefine:PUBLIC_CHANNEL|{{LSL Const|PUBLIC_CHANNEL|integer|ihex=0|hex=0x0|c={{#if:{{{direct|}}}|Chat channel used to broadcast to a specific user or prim.|Chat channel that broadcasts to all nearby users.}}}}}}</onlyinclude>{{LSL Constant
|name={{#var:cname}}
|name={{#var:cname}}
|type={{#var:type}}
|type={{#var:type}}
|value={{#var:value}}
|value={{#var:value}}
|desc=Chat channel that broadcasts to all nearby users
|desc=Chat channel that broadcasts to all nearby users & objects.
 
If used with a [[llRegionSayTo]], it goes to the specified user or prim. Unlike private channels, the user's attachments do not receive the message.
|comment={{#var:comment}}
|comment={{#var:comment}}
|examples
|examples
Line 12: Line 14:
{{LSL DefineRow||[[llSay]]|}}
{{LSL DefineRow||[[llSay]]|}}
{{LSL DefineRow||[[llShout]]|}}
{{LSL DefineRow||[[llShout]]|}}
{{LSL DefineRow||[[llRegionSayTo]]|}}
{{LSL DefineRow||[[llDialog]]|}}
{{LSL DefineRow||[[llDialog]]|}}
{{LSL DefineRow||[[llListen]]|}}
{{LSL DefineRow||[[llListen]]|}}

Revision as of 10:11, 25 April 2011

Description

Constant: integer PUBLIC_CHANNEL = 0x0;

The integer constant PUBLIC_CHANNEL has the value 0x0

Chat channel that broadcasts to all nearby users & objects.

If used with a llRegionSayTo, it goes to the specified user or prim. Unlike private channels, the user's attachments do not receive the message.

Related Articles

Constants

•  DEBUG_CHANNEL

Functions

•  llWhisper
•  llSay
•  llShout
•  llRegionSayTo
•  llDialog
•  llListen

Events

•  listen

Deep Notes

Search JIRA for related Issues

Signature

integer PUBLIC_CHANNEL = <span title="Hexadecimal notation for: 0" style="border-bottom:1px dotted; cursor:help;">0x0</span>;//Chat channel that broadcasts to all nearby users.