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

This is an ACS built-in function.

Starts a soundsequence named sndseq on a thing tagged tid.

Usage

void SoundSequenceOnActor(int tid, str sndseq)

Parameters

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

Return value

Examples

No examples given.

Notes

No particular notes.

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

See also