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

From Second Life Wiki
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}}
{{!}}{{LSL Hex|0x7FFFFFFF}}
{{!}}{{#var:value}}
{{!}}Chat channel reserved for debug and error messages from scripts
{{!}}{{#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}}
{{!}}{{LSL Hex|0x0}}
{{!}}{{#var:value}}
{{!}}Chat channel that broadcasts to all nearby users}}
{{!}}{{#var:comment}}}}
{{!}}}
{{!}}}

Revision as of 20: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