-
Notifications
You must be signed in to change notification settings - Fork 0
Regeneration System
spacemex edited this page Jan 3, 2024
·
1 revision
Regeneration System allows actors to recover health and armor over time, with customizable rates and delay periods.
- Begins after
RegenAfterDamagedDelay
seconds. - Continues at rates set by
HealthRegenSpeed
andArmorRegenSpeed
.
AddHealthAndArmor(float HealthAmount, float ArmorAmount)
Toggle regeneration using RegenHealth
and RegenArmor
. Configure the speed and delay to suit your gameplay mechanics.