A_BurnArea

From ZDoom Wiki
Jump to navigation Jump to search

A_BurnArea
(no parameter)

Performs a radius attack with 128 damage and a 128 radius. Basically the same as the following:

   BNG3 B 2 Bright A_Explode (128, 128)

This codepointer is restricted to PhosphorousFire and derived classes.