HeroStats Libraries
ChatMessage.SetPowerName Method 

[This is preliminary documentation and subject to change.]

Adds or changes the "PowerName" capture variable in this message. Useful for cases where the power name isn't known outside of the context of other messages.

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

Parameters

value
Value for the "PowerName" capture variable

See Also

ChatMessage Class | CityOfHeroes Namespace