Difference between revisions of "DEBUG CHANNEL"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x7FFFFFFF}} | |value={{LSL Hex|0x7FFFFFFF}} | ||
|desc=Chat channel reserved for debug and error messages from scripts | |desc=Chat channel reserved for debug and error messages from scripts. The client will display these in the script console. | ||
|examples | |examples | ||
|constants= | |constants= |
Revision as of 23:37, 1 March 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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.
Caveats