HeroStats Libraries
StatsEngine.OnDefeat Event

[This is preliminary documentation and subject to change.]

Fired when the current hero has been defeated

[Visual Basic]
Public Event OnDefeat As ChatMessageHandler
[C#]
public event ChatMessageHandler OnDefeat;

Remarks

Note that defeats are detected as an increase in the amount of debt. This is not accurate for heroes below level 5, but HeroStats currently has no other way of detecting defeats.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace