ContMobjSound

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Used by the Heretic undead warrior axe and nitrogolem projectile to play their flight sounds.

Usage

ContMobjSound

Parameters

No parameters.

Examples

From base/heretic/things.edf:

Spawn:
   FX15 A 5 bright A_ContMobjSound
   FX15 B 5 bright A_MummyFX1Seek
   FX15 C 5 bright
   FX15 B 5 bright A_MummyFX1Seek
   loop

Notes

If calling actor is KnightAxe, it plays sound ht_kgtatk. If actor is GolemShot, it plays ht_mumhed.

You can just use PlaySound or PlaySoundEx.

See also