Difference between revisions of "A BrainSpit"

From DoomWiki.org

[checked revision][checked revision]
(add to new subcategory)
m (add to new subcategory)
Line 34: Line 34:
 
[[Category:Icon of Sin code pointers]]
 
[[Category:Icon of Sin code pointers]]
 
[[Category:Sound effect code pointers]]
 
[[Category:Sound effect code pointers]]
 +
[[Category:Missile spawn code pointers‎]]

Revision as of 17:02, 3 March 2022

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

A_BrainSpit is a code pointer used in the normal animation for the Demon Spawner.

Uses

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

Example

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

Pointer 21 (Frame 34)
Codep Frame = 786

Or using BEX syntax:

[CODEPTR]
Frame 1234 = BrainSpit

External links