Classes:Junk

From ZDoom Wiki
Jump to navigation Jump to search
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
  1. You do NOT need to copy that actor, since it is already defined.
  2. In fact, it's not just useless, it will cause problems.
  3. If you want to modify it, or use a modified version, using inheritance is the way to go.
  4. The actor definitions here are put on the wiki for reference purpose only. Learn from them, don't copy them.
Junk
Actor type Gibs Game MiniStrifeLogoIcon.png (Strife)
DoomEd Number None Class Name Junk


Classes: MeatJunk

A decorative gib actor spawned by A_TossGib if called on a non-bleeding actor.

DECORATE definition

ACTOR Junk : Meat
{
  States
  {
  Spawn:
    JUNK A 700
    Stop
    JUNK B 700
    Stop
    JUNK C 700
    Stop
    JUNK D 700
    Stop
    JUNK E 700
    Stop
    JUNK F 700
    Stop
    JUNK G 700
    Stop
    JUNK H 700
    Stop
    JUNK I 700
    Stop
    JUNK J 700
    Stop
    JUNK K 700
    Stop
    JUNK L 700
    Stop
    JUNK M 700
    Stop
    JUNK N 700
    Stop
    JUNK O 700
    Stop
    JUNK P 700
    Stop
    JUNK Q 700
    Stop
    JUNK R 700
    Stop
    JUNK S 700
    Stop
    JUNK T 700
    Stop
  }
}