Skip to content

Armor System

spacemex edited this page Jan 3, 2024 · 1 revision

Armor System

The Armor System provides actors with armor points that absorb damage before health is impacted.

Properties

  • Armor: Current armor points.
  • MaxArmor: Upper limit on armor points.
  • RegenArmor: Toggles armor regeneration.
  • ArmorRegenSpeed: Rate of armor regeneration.

Functions

  • SetArmor(float NewArmor)
  • SetMaxArmor(float NewMaxArmor)
  • SetRegenArmor(bool NewRegenArmor)
  • SetArmorRegen(float NewRegenSpeed)
Clone this wiki locally