AnnouncerSound

From Zandronum Wiki
Revision as of 02:29, 3 July 2022 by DrinkyBird (talk | contribs) (typo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.

void AnnouncerSound (str sound, bool local)

Usage

Plays a given announcer sound.

Parameters

  • sound: The key in ANCRINFO to be played.
  • flags: If true, the sound is played only for the activator.

Examples

This article lists no examples, please add one.

See also