VTC_PlaySound
- Синтаксис
-
native VTC_PlaySound(const receiver, const soundFilePath[]);
Переменная | Описание |
---|---|
receiver |
Receiver index |
soundFilePath |
The path to the sound file |
- Описание
- Play the audio file via the voice stream.
- Пометка
-
Usage example: VTC_PlaySound(id, "sound/ambience/Opera.wav");
- Возвращает
- Функция ничего не возвращает