HeroStats Libraries
HeroConfiguration.ShouldShowTimer Method 

[This is preliminary documentation and subject to change.]

Indicates whether a countdown timer should be shown for a power

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

Parameters

power
Name of the power.

Return Value

true if the timer should be shown

See Also

HeroConfiguration Class | HeroStats.StatsEngine Namespace