SoundSequenceOnActor

From Eternity Wiki
Revision as of 08:09, 22 November 2020 by Printz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Starts a soundsequence named sndseq on a thing tagged tid.

Usage[edit]

void SoundSequenceOnActor(int tid, str sndseq)

Parameters[edit]

  • tid: TID of things to play the sequence
  • sndseq: name of sound sequence to play

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

This function's identification in zspecial.acs is: -30:SoundSequenceOnActor(2).

See also[edit]