Classes:WeaponHolder

From ZDoom Wiki

Jump to: navigation, search
Weapon holder
Actor type Internal Game
DoomEd Number None Class Name WeaponHolder

Classes: InventoryWeaponHolder

WeaponHolder is an internal class that is used to track information about weapon pieces the player has picked up until the full weapon can be assembled. It should not be inherited from in DECORATE definitions.

DECORATE definition

Actor WeaponHolder : Inventory native
{
  +NOBLOCKMAP
  +NOSECTOR
  +INVENTORY.UNDROPPABLE
}
Personal tools