Classes:BasicArmor

From ZDoom Wiki

Jump to: navigation, search
Basic armor
Actor type Internal Game
DoomEd Number None Class Name BasicArmor

Classes: InventoryArmorBasicArmor

BasicArmor is the internal class used to keep track of a player's current armor rating in Doom, Heretic and Strife. It should not be used directly or indirectly as it is a purely internal class; instead new types of BasicArmorBonus and BasicArmorPickup can be created.

DECORATE definition

ACTOR BasicArmor : Armor native
{
  +Inventory.KEEPDEPLETED
}
Personal tools