SectorSound: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "''void'' '''SectorSound'''(''str sound'', ''int volume'') Plays a sound at calling line's front sector. * ''sound'': name of sound to play. * ''volume'': volume of sound. Use...")
(No difference)

Revision as of 04:45, 14 March 2020

void SectorSound(str sound, int volume)

Plays a sound at calling line's front sector.

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

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

See also