Template:LSL Constants/Chat: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
! colspan="2" {{!}} Channel Constant | ! colspan="2" {{!}} Channel Constant | ||
! Description | ! Description | ||
{{!}}- {{:DEBUG_CHANNEL}} | {{!}}- {{:DEBUG_CHANNEL|direct={{{direct|}}}}} | ||
{{#ifeq:{{{mode|}}}|no_debug||{{!}}{{#var:DEBUG_CHANNEL}} | {{#ifeq:{{{mode|}}}|no_debug||{{!}}{{#var:DEBUG_CHANNEL}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}}}} | {{!}}{{#var:comment}}}} | ||
{{!}}- {{:PUBLIC_CHANNEL}} | {{!}}- {{:PUBLIC_CHANNEL|direct={{{direct|}}}}} | ||
{{#ifeq:{{{mode|}}}|no_public||{{!}}{{#var:PUBLIC_CHANNEL}} | {{#ifeq:{{{mode|}}}|no_public||{{!}}{{#var:PUBLIC_CHANNEL}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
Revision as of 09:59, 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. |