A_LoadShotgun2

From DoomWiki.org

Frame of the super shotgun firing animation when A_LoadShotgun2 is called.

A_LoadShotgun2 is a code pointer used in the attack animation for the super shotgun.

A_LoadShotgun2 just plays the sound effect DSDBLOAD. The sound source is the player that triggered the function.

Uses[edit]

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

Example[edit]

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

Pointer 21 (Frame 34)
Codep Frame = 41

Or using BEX syntax:

[CODEPTR]
Frame 1234 = LoadShotgun2

External links[edit]