SoundSequenceOnActor: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "==ACS function== void SoundSequenceOnActor (int tid, str sndseq) Starts a soundsequence named ''sndseq'' on a thing tagged ''tid''. ===See also=== *ACS functions...")
(No difference)

Revision as of 08:24, 22 June 2019

ACS function

void SoundSequenceOnActor (int tid, str sndseq)

Starts a soundsequence named sndseq on a thing tagged tid.

See also