SectorSound

From Eternity Wiki
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Plays a sound at calling line's front sector.

Usage[edit]

void SectorSound(str sound, int volume)

Parameters[edit]

  • sound: name of sound to play.
  • volume: volume of sound. Uses the same range as in other places sounds are used.

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

This function will only work if the script is called from a linedef.

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

See also[edit]