Classes:TechLamp
		
		
		
		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 lamp | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 85 | Class Name | TechLamp | 
Classes: TechLamp
A tall metallic lamp that's glowing with bright white to blue light.
DECORATE definition
ACTOR TechLamp
{
  Radius 16
  Height 80
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    TLMP ABCD 4 Bright
    Loop
  }
}