Difference between revisions of "Template:LSL Constants/Chat"

From Second Life Wiki
Jump to navigation Jump to search
 
m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{{!}} {{Prettytable}}
{{{!}} {{Prettytable|style=margin-top:0;}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
! colspan="2" {{!}} Constant
! colspan="2" {{!}} Channel Constant
! Description
! Description
{{!}}- {{:DEBUG_CHANNEL|direct={{{direct|}}}}}
{{#if:{{{nd|}}}||{{!}}{{#var:DEBUG_CHANNEL}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}}}
{{!}}- {{:PUBLIC_CHANNEL|direct={{{direct|}}}}}
{{#if:{{{np|}}}||{{!}}{{#var:PUBLIC_CHANNEL}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}}}
{{!}}-
{{!}}-
{{!}}[[DEBUG_CHANNEL]]
{{!}}{{LSL Hex|0x0}}
{{!}}Chat channel reserved for debug and error messages from scripts
{{!}}-
{{!}}[[PUBLIC_CHANNEL]]
{{!}}{{LSL Hex|0x7FFFFFFF}}
{{!}}Chat channel that broadcasts to all nearby users
{{!}}}
{{!}}}

Latest revision as of 10:13, 25 April 2011

Channel Constant Description
DEBUG_CHANNEL 0x7FFFFFFF Chat channel reserved for script debugging and error messages, broadcasts to all nearby users.
PUBLIC_CHANNEL 0x0 Chat channel that broadcasts to all nearby users. This channel is sometimes referred to as: open chat, local chat and public chat.