ContMobjSound: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer|description=Used by the Heretic undead warrior axe and nitrogolem projectile to play their flight sounds.|usage='''ContMobjSound'''|examples= From base/heretic/t...")
(No difference)

Revision as of 08:53, 17 April 2020

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