VTC_PlaySound
Syntax
native VTC_PlaySound(const receiver, const soundFilePath[]);
Usage
| Parameter | Description |
|---|---|
| receiver | Receiver index |
| soundFilePath | The path to the sound file |
Description
Play the audio file via the voice stream.
Note
Usage example: VTC_PlaySound(id, "sound/ambience/Opera.wav");
Return
This function has no return value.