Classes:BasicArmor
		
		
		
		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: 
 | 
| Basic armor | |||
|---|---|---|---|
| Actor type | Internal | Game |  (ZDoom) | 
| 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 }
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