Classes:Armor
From ZDoom Wiki
| Armor | |||
|---|---|---|---|
| Actor type | Internal | Game | |
| DoomEd Number | None | Class Name | Armor |
Classes: Inventory→Armor
→BasicArmor
→BasicArmorBonus
→BasicArmorPickup
→HexenArmor
Armor is an internal class that is used as a base class for various types of internal armor classes. It does not have any particular use that is worth mentioning. The only thing it does is to provide a default pickup sound for its subclasses.
DECORATE definition
ACTOR Armor : Inventory native { inventory.pickupsound "misc/armor_pkup" }

