A_PlayerScream
From DoomWiki.org
![]() | This article or section is a stub. Please help the Doom Wiki by adding to it. |
A_PlayerScream is a code pointer used in the death animation for the Player.
Uses[edit]
The A_PlayerScream
code pointer appears in the following states in Doom's state table:
Frame number | Doom internal name | Use |
---|---|---|
159 | S_PLAY_DIE2 | death animation for the Player |
Example[edit]
The following is an example of how to set the A_PlayerScream
code pointer in a Dehacked file:
Pointer 21 (Frame 34) Codep Frame = 159
Or using BEX syntax:
[CODEPTR] Frame 1234 = PlayerScream
External links[edit]
- A_PlayerScream in the Doom source code.
- A_PlayerScream at the ZDoom wiki
- PlayerScream at the Eternity Engine wiki