HeroStats Libraries
StatsEngine.PointsGainedHandler Delegate

[This is preliminary documentation and subject to change.]

Delegate used in the OnPointsGained event

[Visual Basic]
Public Delegate Sub StatsEngine.PointsGainedHandler( _
   ByVal experience As Double, _
   ByVal influence As Double, _
   ByVal debtReduction As Double _
)
[C#]
public delegate void StatsEngine.PointsGainedHandler(
   double experience,
   double influence,
   double debtReduction
);

Requirements

Namespace: HeroStats.StatsEngine

Assembly: StatsEngine (in StatsEngine.dll)

See Also

HeroStats.StatsEngine Namespace