HeroStats Libraries
StatsEngine.ResetStatistic Method 

[This is preliminary documentation and subject to change.]

Zeroes out the value of a given statistic. Also clears out any details.

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

Parameters

key
Text of the statistic to reset

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace