SetMusic

From Eternity Wiki
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Changes the music to the one with the given name.

Usage[edit]

void SetMusic(str name)

Parameters[edit]

  • name: name of the music to play. The name can be with or without the lump name prefix (D_ for DOOM, MUS_ for Heretic).

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

Currently only the name parameter is supported in Eternity's SetMusic implementation.

This function's identification in zspecial.acs is: ACC internal.

See also[edit]