HeroStats Libraries
HeroConfiguration.GetSoundForPower Method 

[This is preliminary documentation and subject to change.]

Gets the expiration sound for a power.

[Visual Basic]
Public Function GetSoundForPower( _
   ByVal power As String _
) As String
[C#]
public string GetSoundForPower(
   string power
);

Parameters

power
Name of the power.

Return Value

Resource or file name of the sound

See Also

HeroConfiguration Class | HeroStats.StatsEngine Namespace