SoundSequence

From Eternity Wiki
Revision as of 05:19, 14 March 2020 by Printz (talk | contribs) (Created page with "''void'' '''SoundSequence'''(''str name'') Starts playing a sound sequence (as defined via EDF soundsequence) on triggering linedef's front sector. If called from ou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

void SoundSequence(str name)

Starts playing a sound sequence (as defined via EDF soundsequence) on triggering linedef's front sector.

If called from outside a trigger linedef (e.g. by using the puke console command), it will play the sequence globally.

See also