A_VileAttack
From DoomWiki.org
Revision as of 15:11, 24 March 2022 by XymphBot (talk | contribs) (Automated edit - rm Unicode marks)
![]() | This article or section is a stub. Please help the Doom Wiki by adding to it. |
A_VileAttack is a code pointer used in the attack animation for the Archvile.
Uses[edit]
The A_VileAttack
code pointer appears in the following states in Doom's state table:
Frame number | Doom internal name | Use |
---|---|---|
264 | S_VILE_ATK10 | attack animation for the Archvile |
Example[edit]
The following is an example of how to set the A_VileAttack
code pointer in a Dehacked file:
Pointer 21 (Frame 34) Codep Frame = 264
Or using BEX syntax:
[CODEPTR] Frame 1234 = VileAttack
External links[edit]
- A_VileAttack in the Doom source code.
- A_VileAttack at the ZDoom wiki
- VileAttack at the Eternity Engine wiki