SectorSound

From Eternity Wiki
Revision as of 04:45, 14 March 2020 by Printz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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