A_BabyMetal

From DoomWiki.org

Revision as of 09:09, 4 March 2022 by XymphBot (talk | contribs) (Automated edit - Add sortkey without A_ prefix)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The name "A_BabyMetal" refers to the Arachnotron, which is known within the Doom source code as MT_BABY (or "baby spider").

A_BabyMetal is a code pointer used in the normal animation for the Arachnotron.

A_BabyMetal is a wrapper around A_Chase that plays the sound effect DSBSPWLK before calling that other function. This makes the Arachnotron play its walking sound while invoking the usual monster AI.

Uses[edit]

The A_BabyMetal 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_BabyMetal code pointer in a Dehacked file:

Pointer 21 (Frame 34)
Codep Frame = 641

Or using BEX syntax:

[CODEPTR]
Frame 1234 = BabyMetal

External links[edit]