native

VTC_PlaySound

Syntax

native VTC_PlaySound(const receiver, const soundFilePath[]);

Description

Play the audio file via the voice stream.

Parameters

receiver Receiver index
soundFilePath The path to the sound file

Note

Usage example:
VTC_PlaySound(id, "sound/ambience/Opera.wav");

Return

This function has no return value.