Difference between revisions of "DEBUG CHANNEL"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
{{LSL DefineRow||[[llSay]]|}}
{{LSL DefineRow||[[llSay]]|}}
{{LSL DefineRow||[[llShout]]|}}
{{LSL DefineRow||[[llShout]]|}}
{{LSL DefineRow||[[llRegionSay]]|}}
{{LSL DefineRow||[[llDialog]]|}}
{{LSL DefineRow||[[llDialog]]|}}
{{LSL DefineRow||[[llListen]]|}}
{{LSL DefineRow||[[llListen]]|}}

Revision as of 02:58, 14 July 2007

Description

Constant: integer DEBUG_CHANNEL = 0x7FFFFFFF;

The integer constant DEBUG_CHANNEL has the value 0x7FFFFFFF

Chat channel reserved for debug and error messages from scripts. The client will display these in the script console.

Related Articles

Constants

•  PUBLIC_CHANNEL

Functions

•  llWhisper
•  llSay
•  llShout
•  llRegionSay
•  llDialog
•  llListen

Events

•  listen

Deep Notes

Search JIRA for related Issues

Source

'linden\indra\llcommon\indra_constants.h' as CHAT_CHANNEL_DEBUG (with a value of S32_MAX)

Signature

integer DEBUG_CHANNEL = 0x7FFFFFFF;//Chat channel reserved for debug and error messages from scripts.