HeroStats Libraries
ChatMessage Constructor (String, String)

[This is preliminary documentation and subject to change.]

Constructor. Stores channel and message text.

[Visual Basic]
Overloads Public Sub New( _
   ByVal channel As String, _
   ByVal msg As String _
)
[C#]
public ChatMessage(
   string channel,
   string msg
);

Parameters

channel
The name of the CoH client channel on which the message was received
msg
The text of the message received from the CoH client

See Also

ChatMessage Class | CityOfHeroes Namespace | ChatMessage Constructor Overload List