HeroStats Libraries
ChatMessage.ChangeMessage Method 

[This is preliminary documentation and subject to change.]

Changes a ChatMessage object to contain the values specified by the parameter.

[Visual Basic]
Public Sub ChangeMessage( _
   ByVal contextKey As String _
)
[C#]
public void ChangeMessage(
   string contextKey
);

Parameters

contextKey
The power name value, from the regex file, holding the information that needs changed. Passing this value in indicates that the condition was found to be true in context.

Remarks

For more information, see comments in the message file

See Also

ChatMessage Class | CityOfHeroes Namespace