Classes:TechPillar
		
		
		
		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: 
 | 
| Tech pillar | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Doom) | 
| DoomEd Number | 48 | Class Name | TechPillar | 
Classes: TechPillar
A tall column covered with electronics.
DECORATE definition
ACTOR TechPillar
{
  Radius 16
  Height 128
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    ELEC A -1
    Stop
  }
}