HeroStats Libraries
StatsEngine.GetDetails Method 

[This is preliminary documentation and subject to change.]

Gets the timed data for the specified statistic

[Visual Basic]
Public Function GetDetails( _
   ByVal statistic As String _
) As TimedStatistic()
[C#]
public TimedStatistic[] GetDetails(
   string statistic
);

Parameters

statistic
The text of the statistic to return

Return Value

An array of objects representing the values of the requested statistic at various points in time

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace | TimedStatistic