Difference between revisions of "Template:LSL Constants/Chat"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{{!}} {{Prettytable}} | {{{!}} {{Prettytable|style=margin-top:0;}} | ||
{{!}}-{{Hl2}} | {{!}}-{{Hl2}} | ||
! colspan="2" {{!}} Channel Constant | ! colspan="2" {{!}} Channel Constant | ||
! Description | ! Description | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const|DEBUG_CHANNEL|integer|hex=0x7FFFFFFF}} | {{!}}{{LSL Const|DEBUG_CHANNEL|integer|hex=0x7FFFFFFF|c=Chat channel reserved for debug and error messages from scripts}} | ||
{{!}}{{ | {{!}}{{#var:value}} | ||
{{!}} | {{!}}{{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{#ifeq:{{{mode|}}}|no_public||{{!}}{{LSL Const|PUBLIC_CHANNEL|integer|hex=0x0}} | {{#ifeq:{{{mode|}}}|no_public||{{!}}{{LSL Const|PUBLIC_CHANNEL|integer|ihex=0|hex=0x0|c=Chat channel that broadcasts to all nearby users}} | ||
{{!}}{{ | {{!}}{{#var:value}} | ||
{{!}} | {{!}}{{#var:comment}}}} | ||
{{!}}} | {{!}}} |
Revision as of 19:05, 23 May 2008
Channel Constant | Description | |
---|---|---|
DEBUG_CHANNEL | 0x7FFFFFFF | Chat channel reserved for debug and error messages from scripts |
PUBLIC_CHANNEL | 0x0 | Chat channel that broadcasts to all nearby users |