Classes:Armor
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| 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" }
See also
Categories:
- Chex Quest actors
- Chex Quest internal actors
- Chex Quest 3 actors
- Chex Quest 3 internal actors
- Doom actors
- Doom internal actors
- Doom II actors
- Doom II internal actors
- Heretic actors
- Heretic internal actors
- Hexen actors
- Hexen internal actors
- Strife actors
- Strife internal actors
- ZDoom actors
- ZDoom internal actors
- Internal