Skip to content

Regeneration System

spacemex edited this page Jan 3, 2024 · 1 revision

Regeneration System

Regeneration System allows actors to recover health and armor over time, with customizable rates and delay periods.

Regeneration Behavior

  • Begins after RegenAfterDamagedDelay seconds.
  • Continues at rates set by HealthRegenSpeed and ArmorRegenSpeed.

Functions

  • AddHealthAndArmor(float HealthAmount, float ArmorAmount)

Usage

Toggle regeneration using RegenHealth and RegenArmor. Configure the speed and delay to suit your gameplay mechanics.

Clone this wiki locally