HeroStats Libraries
StatsEngine.GameTimerTickHandler Delegate
[This is preliminary documentation and subject to change.]
Delegate used in the OnGameTimerTick event
[Visual Basic]
Public Delegate Sub StatsEngine.GameTimerTickHandler( _
ByVal
elapsedSeconds As
Double _
)
[C#]
public delegate void StatsEngine.GameTimerTickHandler(
double elapsedSeconds);
Requirements
Namespace:
HeroStats.StatsEngine
Assembly: StatsEngine (in StatsEngine.dll)
See Also
HeroStats.StatsEngine Namespace