Difference between revisions of "COMBAT CHANNEL"
Jump to navigation
Jump to search
Rider Linden (talk | contribs) |
|||
Line 4: | Line 4: | ||
|hvalue=0x7FFFFFFE | |hvalue=0x7FFFFFFE | ||
|value=2147483646 | |value=2147483646 | ||
|desc=A channel reserved for combat related log events broadcast to the entire region. System generated messages to this channel will be from [[COMBAT_LOG_ID]]. | |desc=A channel reserved for [[Combat Log|combat related log events]] broadcast to the entire region. System generated messages to this channel will be from [[COMBAT_LOG_ID]]. | ||
|examples | |examples | ||
|comment={{#var:comment}} | |comment={{#var:comment}} |
Revision as of 07:30, 26 July 2024
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer COMBAT_CHANNEL = 0x7FFFFFFE;The integer constant COMBAT_CHANNEL has the value 0x7FFFFFFE
A channel reserved for combat related log events broadcast to the entire region. System generated messages to this channel will be from COMBAT_LOG_ID.
Caveats
Related Articles
Constants
• | PUBLIC_CHANNEL | |||
• | DEBUG_CHANNEL |
Functions
• | llWhisper | |||
• | llSay | |||
• | llShout | |||
• | llRegionSay |
Events
• | listen |