A_BurnArea

From ZDoom Wiki
Revision as of 15:54, 6 May 2012 by Blzut3 (talk | contribs) (Created page with "{{codepointer|r=Strife|Classic attack}} '''A_BurnArea'''<br> (''no parameter'')<br> Performs a radius attack with 128 damage and a 128 radius. Basically the same as the foll...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.