Difference between revisions of "Template:LSL Constants/Chat"
Jump to navigation
Jump to search
m |
m |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{{!}} {{Prettytable}} | {{{!}} {{Prettytable|style=margin-top:0;}} | ||
{{!}}-{{Hl2}} | {{!}}-{{Hl2}} | ||
! colspan="2" {{!}} Channel 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}}}} | |||
{{!}}- | {{!}}- | ||
{{!}}} | {{!}}} |
Latest revision as of 09: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. |