Plays a sound once at a specific 3D position and returns a channel handle. Takes sound (sound handle), x/y/z (3D position coordinates). Returns a channel handle.
sound
Int
x
Double
y
Double
z
Double
Local pistolSound:Int = audLoadSound(\"pistol.wav\")
Local channel = audPlaySound3D(pistolSound, sourceX, sourceY, sourceZ)