A_SigilCharge

From ZDoom Wiki
Revision as of 02:21, 6 May 2012 by Blzut3 (talk | contribs) (Created page with "{{codepointer|r=Strife|Weapon}} '''A_SigilCharge'''<br> (''no parameter'')<br> Plays the sound "weapons/sigilcharge" on the Weapons channel and then calls A_Light2. A sh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_SigilCharge
(no parameter)

Plays the sound "weapons/sigilcharge" on the Weapons channel and then calls A_Light2. A shortcut for the following:

   SIGH A 0 Bright A_PlaySound ("weapons/sigilcharge", CHAN_WEAPON)
   SIGH A 18 Bright A_Light2

This codepointer is restricted to Sigil and derived classes.