A_BrainPain

From ZDoom Wiki
Jump to navigation Jump to search

A_BrainPain

DoomWiki.org
For more information on this article, visit the A_BrainPain page on the Doom Wiki.


(no parameters)

Note: This function has been superseded by A_PlaySound, which duplicates and extends its functionality. Use of the newer function is advised in order to maintain maximum flexibility in your code.


Plays the sound “brain/pain” at full volume.

Examples

This example is taken from Doom's Icon of Sin.

 Pain:
   BBRN B 36 A_BrainPain
   Goto Spawn