ESound: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer|description= Used by the Heretic wind and water ambient sound sources to produce the sound periodically. |usage='''ESound''' |examples= From base/heretic/things....")
 
(No difference)

Latest revision as of 02:39, 19 April 2020

Description

Used by the Heretic wind and water ambient sound sources to produce the sound periodically.

Usage

ESound

Parameters

No parameters.

Examples

From base/heretic/things.edf:

 Spawn:
   AMG1 A 100 A_ESound
   loop

Notes

If actor's class is HereticAmbienceWater, it will play sound ht_waterfl. If the class is HereticAmbienceWind, it will play ht_wind.

It's better to use PlaySound or PlaySoundEx for new such thing types.

See also