Difference between revisions of "COMBAT CHANNEL"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{#vardefine:COMBAT_CHANNEL|{{LSL Const|COMBAT_CHANNEL|integer|hex=0x7FFFFFFE|ihex=2147483646|c=Chat channel reserved for combat logging events.}}}}</onlyinclude>...")
 
(No difference)

Latest revision as of 16:19, 25 March 2024

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.

Related Articles

Constants

•  PUBLIC_CHANNEL
•  DEBUG_CHANNEL

Functions

•  llWhisper
•  llSay
•  llShout
•  llRegionSay

Events

•  listen

Deep Notes

Search JIRA for related Issues

Signature

integer COMBAT_CHANNEL = 0x7FFFFFFE;//Chat channel reserved for combat logging events.