Template:LSL Constants/Chat: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
{{!}}- | {{!}}- | ||
{{!}}[[DEBUG_CHANNEL]] | {{!}}[[DEBUG_CHANNEL]] | ||
{{!}}{{LSL Hex| | {{!}}{{LSL Hex|0x7FFFFFFF}} | ||
{{!}}Chat channel reserved for debug and error messages from scripts | {{!}}Chat channel reserved for debug and error messages from scripts | ||
{{!}}- | {{!}}- | ||
{{!}}[[PUBLIC_CHANNEL]] | {{!}}[[PUBLIC_CHANNEL]] | ||
{{!}}{{LSL Hex| | {{!}}{{LSL Hex|0x0}} | ||
{{!}}Chat channel that broadcasts to all nearby users | {{!}}Chat channel that broadcasts to all nearby users | ||
{{!}}} | {{!}}} |
Revision as of 03:03, 28 February 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 |