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