A_CMaceAttack

From ZDoom Wiki
Revision as of 18:24, 4 May 2012 by Gez (talk | contribs) (codepointer template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_CMaceAttack
(no parameter)

Similar to A_FPunchAttack in the way it find possible targets as well as the increased melee range. This function, however, lacks the counting mechanism (it does still set special1 to 0 on miss) and always deals 25-40 points of damage. This function always uses a HammerPuff and does not push away enemies.

This codepointer is restricted to CWeapMace and derived classes.