Classes:TallRedColumn
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:
|
| Tall red column | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 32 | Class Name | TallRedColumn |
Classes: Actor → TallRedColumn
A tall red marble column decoration found in Doom and Doom 2.
DECORATE definition
ACTOR TallRedColumn
{
Radius 16
Height 52
ProjectilePassHeight -16
+SOLID
States
{
Spawn:
COL3 A -1
Stop
}
}