Classes:BasicArmor
From ZDoom Wiki
| Basic armor | |||
|---|---|---|---|
| Actor type | Internal | Game | |
| DoomEd Number | None | Class Name | BasicArmor |
Classes: Inventory→Armor→BasicArmor
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 }

