HeroStats Libraries
StatsEngine.OnGameTimerTick Event

[This is preliminary documentation and subject to change.]

Fired when the internal timer elapses.

[Visual Basic]
Public Event OnGameTimerTick As GameTimerTickHandler
[C#]
public event GameTimerTickHandler OnGameTimerTick;

Remarks

The internal timer fires one of these events roughly each second, giving any user interface the opportunity to update itself with any new information.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace