HeroStats Libraries
ChatMessage Properties

The properties of the ChatMessage class are listed below. For a complete list of ChatMessage class members, see the ChatMessage Members topic.

Public Static (Shared) Properties

Expressions Gets the array of all Expression objects being used by HeroStats
StartTimerMessage A static message indicating that the timer has started and messages are being logged.
StopTimerMessage A static message indicating that the timer has stopped and no messages are being logged.

Public Instance Properties

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

See Also

ChatMessage Class | CityOfHeroes Namespace