Delegate AfterTakeDamageHandler
Called at the end of the take damage function
Namespace: Modding.Delegates
Assembly: HollowKnight.dll
Syntax
public delegate int AfterTakeDamageHandler(int hazardType, int damageAmount)
Parameters
| Type | Name | Description |
|---|---|---|
| int | hazardType | |
| int | damageAmount |
Returns
| Type | Description |
|---|---|
| int |