Classes:SmallPillar
		
		
		
		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: 
 | 
| Small pillar | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Heretic) | 
| DoomEd Number | 29 | Class Name | SmallPillar | 
Classes: SmallPillar
A small stone pillar with four sculpted demon faces (only one of which faces the player on the sprite).
DECORATE definition
ACTOR SmallPillar
{
  Radius 16
  Height 34
  +SOLID
  States
  {
  Spawn:
    SMPL A -1
    Stop
  }
}