HeroStats Libraries
StatsEngine.UncategorizedMessages Property

[This is preliminary documentation and subject to change.]

Gets a string containing a carriage return/linefeed (#13#10)-delimited list of messages that were captured from the City of Heroes client, but weren't able to be categorized.

[Visual Basic]
Public ReadOnly Property UncategorizedMessages As String
[C#]
public string UncategorizedMessages {get;}

Remarks

These messages indicate that the ChatMessageRegexs.dat file has some holes in it. The list should be reported to the development team so that these messages can be added.

The format of each string in the list is (channel) - (message)#13#10

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace