A_MLightningAttack

From ZDoom Wiki
Revision as of 05:13, 5 May 2012 by Blzut3 (talk | contribs) (Created page with "{{codepointer|Weapon|r=Hexen}} '''A_MLightningAttack''' (string '' floor '', string '' ceiling '') Fires two projectiles specified by the floor and ceiling parameters. The t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_MLightningAttack (string floor , string ceiling )

Fires two projectiles specified by the floor and ceiling parameters. The two projectiles have their lastenemy property set to each other. The sound "MageLightningFire" is played on the Body channel.

This codepointer is restricted to MWeapLightning and derived classes.