PlaySound3D()

Syntax

PlaySound3D(#Sound3D [, Flags])
Description
Starts to play the specified sound.

Parameters

#Sound3D The sound to play.
Flags (optional) It can be the following value:
  #PB_Sound3D_Loop: play the sound continuously (starts again when end is reached)

Return value

None.

See Also

StopSound()

Supported OS

All

<- LoadSound3D() - Sound3D Index - SoundCone3D() ->