SetNormalHealth( <health> )


Module: Entity

Summary:

Sets the normal health of this entity



Call this on:

<entity> An entity



Example:

self SetNormalHealth( (self.maxhealth - self.damageTaken) / self.maxHealth );



Required Args:

  • 1 : <health> The new normal health