Difference between revisions of "COMBAT CHANNEL"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
|hvalue=0x7FFFFFFE
|hvalue=0x7FFFFFFE
|value=2147483646
|value=2147483646
|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]].
|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]].
 
If the region settings allow for it (see [[llGetEnv|"restrict_combat_log"]]), then scripts may write into this channel as well.
|examples
|examples
|comment={{#var:comment}}
|comment={{#var:comment}}

Latest revision as of 03:00, 15 August 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.

System generated messages to this channel will be from COMBAT_LOG_ID.

If the region settings allow for it (see "restrict_combat_log"), then scripts may write into this channel as well.

Caveats


Related Articles

Constants

•  COMBAT_LOG_ID
•  PUBLIC_CHANNEL
•  DEBUG_CHANNEL

Functions

•  llWhisper
•  llSay
•  llShout
•  llRegionSay
•  llRegionSayTo
•  llListen

Events

•  listen

Articles

•  Combat Log
•  Combat2

Deep Notes

Search JIRA for related Issues

Signature

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