Difference between revisions of "Template:LSL Constants/Chat"
Jump to navigation
Jump to search
m |
m |
||
Line 4: | Line 4: | ||
! Description | ! Description | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}}{{LSL Const|DEBUG_CHANNEL|integer|hex=0x7FFFFFFF}} | ||
{{!}}{{LSL Hex|0x7FFFFFFF}} | {{!}}{{LSL Hex|0x7FFFFFFF}} | ||
{{!}}Chat channel reserved for debug and error messages from scripts | {{!}}Chat channel reserved for debug and error messages from scripts | ||
{{!}}- | {{!}}- | ||
{{#ifeq:{{{mode|}}}|no_public||{{!}} | {{#ifeq:{{{mode|}}}|no_public||{{!}}{{LSL Const|PUBLIC_CHANNEL|integer|hex=0x0}} | ||
{{!}}{{LSL Hex|0x0}} | {{!}}{{LSL Hex|0x0}} | ||
{{!}}Chat channel that broadcasts to all nearby users}} | {{!}}Chat channel that broadcasts to all nearby users}} | ||
{{!}}} | {{!}}} |
Revision as of 14:06, 26 June 2007
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 |