PlayActorSound

From Eternity Wiki
Revision as of 11:01, 21 November 2020 by Printz (talk | contribs)
Jump to navigationJump to search

Description

This is an ACS built-in function.

Plays a sound belonging to a thingtype's description, such as its pain or sight sounds.

Usage

void PlayActorSound(int tid, int sound[, int channel[, fixed volume[, bool looping[, fixed attenuation]]]])

Parameters

No parameters.

Return value

Examples

No examples given.

Notes

No particular notes.

This function's identification in zspecial.acs is: -71:PlayActorSound(2,6).

See also