Classes:Spark
From ZDoom Wiki
| Spark generator | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | 9026 | Class Name | Spark |
Classes: Spark
A spark generator creates spark when activated. The number of sparks created can be set as its first argument; by default it is 32. Its angle is the direction in which the sparks will be thrown.
DECORATE definition
ACTOR Spark 9026 native
{
+NOSECTOR
+MF_NOBLOCKMAP
+MF_NOGRAVITY
+DONTSPLASH
}

