HeroStats Libraries
ChatMessage Constructor (String)

[This is preliminary documentation and subject to change.]

Constructor. Stores the channel as "Unknown"

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

Parameters

msg
The text of the message received from the CoH client

See Also

ChatMessage Class | CityOfHeroes Namespace | ChatMessage Constructor Overload List