S_ResumeSound

From ZDoom Wiki
Jump to navigation Jump to search

static void S_ResumeSound (bool notsfx)

Usage

S_ResumeSound can be used in ZScript to resume previously paused level music and, optionally, level sounds. Music is always resumed upon calling this function.

Parameters

  • notsfx: If true, currently playing sounds will not be resumed.

See also