HeroStats Libraries
StatsEngine.GetStatistic Method 

[This is preliminary documentation and subject to change.]

Gets the value of the named statistic

[Visual Basic]
Public Function GetStatistic( _
   ByVal statName As String _
) As Double
[C#]
public double GetStatistic(
   string statName
);

Parameters

statName
The statistic to return

Return Value

The value of the stored statistic, or zero if not found

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace