Classes:SpectralLightningDeath2
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:
|
| SpectralLightningDeath2 | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | SpectralLightningDeath2 |
Classes: SpectralLightningBase→SpectralLightningDeath2
→SpectralLightningBigBall1
→SpectralLightningBigBall2
A variant of SpectralLightningBase that skips the first two frames of it's death animation.
DECORATE definition
ACTOR SpectralLightningDeath2 : SpectralLightningBase { States { Death: Goto Super::Death+2 } }