A_ShowElectricFlash

From ZDoom Wiki
Revision as of 01:32, 6 May 2012 by Blzut3 (talk | contribs) (Created page with "{{codepointer|r=Strife|Weapon}} '''A_ShowElectricFlash'''<br> (''no parameter'')<br> Plays the Flash state without any change to the external player sprite. Essentially iden...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_ShowElectricFlash
(no parameter)

Plays the Flash state without any change to the external player sprite. Essentially identical to doing the following:

   XBOW A 0 A_GunFlash ("Flash", GFF_NOEXTCHANGE)

This codepointer is restricted to StrifeCrossbow and derived classes.