A_BFGSpray

From DoomWiki.org

Revision as of 17:31, 3 March 2022 by Fraggle (talk | contribs) (add illustration)


Under construction icon-yellow.svgThis article or section is a stub. Please help the Doom Wiki by adding to it.
Many monsters being simultaneously damaged by BFG ball splash damage, implemented using the A_BFGSpray code pointer.

A_BFGSpray is a code pointer used in the death animation for the BFG Shot.

Uses

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

Example

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

Pointer 21 (Frame 34)
Codep Frame = 119

Or using BEX syntax:

[CODEPTR]
Frame 1234 = BFGSpray

External links