Classes:BasicArmor
From ZDoom Wiki
Note: Wait! Stop! Before you flex your Ctrl-C/Ctrl-V muscles and copy this actor's definition in your mod, remember the following things:
|
| 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 }