A_StartFire

From DoomWiki.org

Revision as of 04:04, 23 July 2021 by Gauss (talk | contribs) (Change "Archvile Attack" to "arch-vile's attack")


Under construction icon-yellow.svgThis article or section is a stub. Please help the Doom Wiki by adding to it.

A_StartFire is a code pointer used in the normal animation for the arch-vile's attack.

A_StartFire is a wrapper around A_Fire that also plays the sound effect DSFLAMST.

Uses

The A_StartFire code pointer appears in the following states in Doom's state table:

Example

The following is an example of how to set the A_StartFire code pointer in a Dehacked file:

Pointer 21 (Frame 34)
Codep Frame = 281

Or using BEX syntax:

[CODEPTR]
Frame 1234 = StartFire

External links