ESound

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

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