HeroStats Libraries
DetailData.Exists Method (String)

[This is preliminary documentation and subject to change.]

Determines if a statistic has been recorded yet

[Visual Basic]
Overloads Public Function Exists( _
   ByVal statistic As String _
) As Boolean
[C#]
public bool Exists(
   string statistic
);

Parameters

statistic
The text of the statistic to find

Return Value

true if the statistic has been recorded (for any time period), false otherwise

See Also

DetailData Class | HeroStats.StatsEngine Namespace | DetailData.Exists Overload List