The properties of the ChatMessage class are listed below. For a complete list of ChatMessage class members, see the ChatMessage Members topic.
![]() UseLegacyMessages | Gets or sets the legacy message use setting. |
![]() StopTimerMessage | A static message indicating that the timer has stopped and no messages are being logged. |
![]() StartTimerMessage | A static message indicating that the timer has started and messages are being logged. |
![]() MessageFileName | The name of the chat message file (including path). |
BuffArea | Returns the buff area portion of the timer config for this chat message (if any). |
BuffStackability | Returns the buff stackability portion of the timer config for this chat message (if any). |
BuffTime | Returns the buff time portion of the timer config for this chat message (if any). |
Category | The HeroStats category to which this message applies |
Channel | Gets the channel the message arrived on |
HighlightedMessage | A pseudo-html formatted message highlighting with <H> and </H> surrounding the captured values |
Item | Looks up the key text in the capture variable name-value list and returns the associated value text |
Message | Gets the text of the message |
Regex | The regular expression string that matched the message, if any |
Timestamp | Gets the time the message arrived |
Variables | Gets a sorted list of capture variable names available in this object. Can be used later in this[string varname] to get the values |
ChatMessage Class | CityOfHeroes Namespace