SoundSequence: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
(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...") |
(No difference)
|
Revision as of 05:19, 14 March 2020
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.