Classes:FogPatchMedium
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:
|
| Medium patch of fog | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | 10002 | Class Name | FogPatchMedium |
Classes: FogPatchSmall→FogPatchMedium
→FogPatchLarge
A medium-sized patch of fog generated by a FogSpawner actor.
DECORATE definition
ACTOR FogPatchMedium : FogPatchSmall { States { Spawn: FOGM ABCDE 7 A_FogMove Loop Death: FOGS ABCDE 5 Goto Super::Death } }