Classes:WaterSplashBase
		
		
		
		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: 
 | 
| Water splash | |||
|---|---|---|---|
| Actor type | SFX | Game |  (ZDoom) | 
| DoomEd Number | None | Class Name | WaterSplashBase | 
Classes: WaterSplashBase
Normal (large) water splashes.
DECORATE definition
ACTOR WaterSplashBase
{
  +NOBLOCKMAP
  +NOCLIP
  +NOGRAVITY
  +DONTSPLASH
  +DONTBLAST
  States
  {
  Spawn:
    SPSH EFGHIJK 5
    Stop
  }
}