HeroStats Libraries
StatsEngine.SaveStatistic Method

[This is preliminary documentation and subject to change.]

Saves a statistic to in-memory storage

Overload List

Saves a statistic to in-memory storage

public StatisticsRow SaveStatistic(bool,string,double,DateTime);

Saves a statistic to in-memory storage

public StatisticsRow SaveStatistic(bool,string,string,DateTime);

Saves a statistic to in-memory storage

public StatisticsRow SaveStatistic(string,double,bool,DateTime);

Saves a statistic to in-memory storage

public StatisticsRow SaveStatistic(string,double,DateTime);

Saves a statistic to in-memory storage

public StatisticsRow SaveStatistic(string,string,bool,DateTime);

Saves a statistic to in-memory storage

public StatisticsRow SaveStatistic(string,string,DateTime);

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace