A_SigilCharge

From ZDoom Wiki
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.