Difference between revisions of "PUBLIC CHANNEL"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
|name=PUBLIC_CHANNEL | |name=PUBLIC_CHANNEL | ||
|type=integer | |type=integer | ||
|value={{LSL Hex| | |value={{LSL Hex|0x0}} | ||
|desc=Chat channel reserved for debug and error messages from scripts | |desc=Chat channel reserved for debug and error messages from scripts | ||
|examples | |examples |
Revision as of 01:55, 28 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PUBLIC_CHANNEL = 0x0;The integer constant PUBLIC_CHANNEL has the value 0x0
Chat channel reserved for debug and error messages from scripts
Caveats