MyDungeon Documentation
![]() | HealthBarDisplayUpdateHealthBar Method |
Updates the health bar in the HUD
Namespace: MyDungeon.UI.Hud
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public virtual void UpdateHealthBar( int curHealth, int maxHealth )
Parameters
- curHealth
- Type: SystemInt32
The current health value - maxHealth
- Type: SystemInt32
The max health value
