Classes:HWaterDrip
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 drip | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | HWaterDrip |
| Spawn ID | 95 | Identifier | T_WATERDRIP |
Classes: HWaterDrip
This actor needs a description.
In Hexen.wad, the sprite is actually named WATRA0 and is renamed at load-time by ZDoom.
DECORATE definition
ACTOR HWaterDrip
{
+MISSILE
+LOWGRAVITY
+NOTELEPORT
Mass 1
DeathSound "Drip"
States
{
Spawn:
HWAT A -1
Stop
}
}