A_FireMissile


Fires a Rocket. This is equivalent to doing the following:

    MISG B 12 A_FireProjectile ("Rocket")

A_FireMissile

(no parameters)

Examples

Doom's rocket launcher firing sequence:

  Fire:
     MISG B 8 A_GunFlash
     MISG B 12 A_FireMissile
     MISG B 0 A_Refire
     Goto Ready
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.