Difference between revisions of "COMBAT LOG ID"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{#vardefine:COMBAT_LOG_ID|{{LSL Const|COMBAT_LOG_ID|string|c=Key used to identify system generated combat log messages.}}}}</onlyinclude>{{LSL Constant |name={{#...")
 
Line 3: Line 3:
|type={{#var:type}}
|type={{#var:type}}
|value="45e0fcfa-2268-4490-a51c-3e51bdfe80d1"
|value="45e0fcfa-2268-4490-a51c-3e51bdfe80d1"
|desc=Messages from the region to the combat log will all be from this ID.  
|desc=Messages from the region to the [[Combat Log|combat log]] will all be from this ID.  


Scripts may filter [[llListen]] calls on this ID to receive only system generated combat log messages.
Scripts may filter [[llListen]] calls on this ID to receive only system generated combat log messages.

Revision as of 06:30, 26 July 2024

Description

Constant: string COMBAT_LOG_ID = "45e0fcfa-2268-4490-a51c-3e51bdfe80d1";

The string constant COMBAT_LOG_ID has the value "45e0fcfa-2268-4490-a51c-3e51bdfe80d1"

Messages from the region to the combat log will all be from this ID.

Scripts may filter llListen calls on this ID to receive only system generated combat log messages.

Caveats


Related Articles

Constants

•  COMBAT_CHANNEL

Functions

•  llListen

Events

•  listen

Deep Notes

Search JIRA for related Issues

Signature

string COMBAT_LOG_ID = "45e0fcfa-2268-4490-a51c-3e51bdfe80d1";//Key used to identify system generated combat log messages.