Classes:ParticleFountain
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:
|
Particle fountain | |||
---|---|---|---|
Actor type | Internal | Game | (ZDoom) |
DoomEd Number | None | Class Name | ParticleFountain |
Classes: ParticleFountain
→BlackParticleFountain
→BlueParticleFountain
→GreenParticleFountain
→PurpleParticleFountain
→RedParticleFountain
→WhiteParticleFountain
→YellowParticleFountain
Base class for all particle fountains. Since they set the NOBLOCKMAP and NOGRAVITY flags, they are not linked to sector movement; to make a particle fountain on a moving sector a new actor derived from one of the children classes and with these flags cleared should be created and used.
DECORATE definition
ACTOR ParticleFountain native { Height 0 +NOBLOCKMAP +NOGRAVITY +INVISIBLE }
Categories:
- Chex Quest actors
- Chex Quest internal actors
- Chex Quest 3 actors
- Chex Quest 3 internal actors
- Doom actors
- Doom internal actors
- Doom II actors
- Doom II internal actors
- Heretic actors
- Heretic internal actors
- Hexen actors
- Hexen internal actors
- Strife actors
- Strife internal actors
- ZDoom actors
- ZDoom internal actors
- Internal