HeroStats Libraries
DetailData.GetData Method 

[This is preliminary documentation and subject to change.]

Creates a sorted collection of TimedStatistic objects that represent the values of the named statistic at different points in time.

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

Parameters

statistic
The text of the statistic to return

Return Value

An array of TimedStatistic objects for the named statistic

See Also

DetailData Class | HeroStats.StatsEngine Namespace