Classes:SwitchingDecoration
From ZDoom Wiki
| Switching decoration | |||
|---|---|---|---|
| Actor type | Internal | Game | |
| DoomEd Number | None | Class Name | SwitchingDecoration |
Classes: SwitchableDecoration→SwitchingDecoration
→ZGemPedestal
→ZWingedStatueNoSkull
A switching decoration is a more limited version of a switchable decoration that can only be activated, and not deactivated.
Use in DECORATE
An actor derived from SwitchingDecoration must have valid Spawn and Active states. It doesn't need an Inactive state.
DECORATE definition
ACTOR SwitchingDecoration : SwitchableDecoration native {}

