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|c=Chat channel reserved for debug and error messages from scripts}} | {{!}}{{#vardefine:DEBUG_CHANNEL|{{LSL Const|DEBUG_CHANNEL|integer|hex=0x7FFFFFFF|c=Chat channel reserved for debug and error messages from scripts.}}}}{{#var:DEBUG_CHANNEL}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{#ifeq:{{{mode|}}}|no_public||{{!}}{{LSL Const|PUBLIC_CHANNEL|integer|ihex=0|hex=0x0|c=Chat channel that broadcasts to all nearby users}} | {{#ifeq:{{{mode|}}}|no_public||{{!}}{{#vardefine:PUBLIC_CHANNEL|{{LSL Const|PUBLIC_CHANNEL|integer|ihex=0|hex=0x0|c=Chat channel that broadcasts to all nearby users.}}}}{{#var:PUBLIC_CHANNEL}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}}}} | {{!}}{{#var:comment}}}} | ||
{{!}}- | {{!}}- | ||
{{!}}} | {{!}}} |
Revision as of 08:49, 24 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. |