HeroStats Libraries
HeroData.MatchPowerToSets Method 

[This is preliminary documentation and subject to change.]

Updates this hero's powersets based on the AT and a power used by the hero. Note that a powerset is only set once, then it is no longer considered for updates.

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

Parameters

powerName
Name of the power used

See Also

HeroData Class | CityOfHeroes Namespace