Classes:Column
		
		
		
		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: 
 | 
| Light column | |||
|---|---|---|---|
| Actor type | Light source | Game |  (Doom) | 
| DoomEd Number | 2028 | Class Name | Column | 
Classes: Column
An illuminated bollard, metallic with a yellow lamp.
DECORATE definition
ACTOR Column
{
  Radius 16
  Height 48
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    COLU A -1 Bright
    Stop
  }
}