Classes:CustomInventory
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Custom Inventory | |||
---|---|---|---|
Actor type | Internal | Game | |
DoomEd Number | None | Class Name | CustomInventory |
Classes: Actor → Inventory → CustomInventory
→OneUp
Overview
Defines an Inventory item which has custom behavior given by DECORATE state sequences. Currently only the PICKUP state is supported. This state is executed by the player when the item is picked up.
Note that executed states are only used for their action pointers. The delay and sprite are ignored so it is recommended that you use "TNT1 A 0" for each.
DECORATE Definition
actor CustomInventory : Inventory native { }