Template:LSL Constants/Chat: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Strife Onizuka (talk | contribs)
No edit summary
Line 5: Line 5:
{{!}}-
{{!}}-
{{!}}[[DEBUG_CHANNEL]]
{{!}}[[DEBUG_CHANNEL]]
{{!}}{{LSL Hex|0x0}}
{{!}}{{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|0x7FFFFFFF}}
{{!}}{{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