OpenTTD Source 20241224-master-gf74b0cf984
sound_func.h File Reference

Functions related to sound. More...

#include "sound_type.h"
#include "vehicle_type.h"
#include "tile_type.h"

Go to the source code of this file.

Functions

void ChangeSoundSet (int index)
 Change the configured sound set and reset sounds.
 
void SndPlayTileFx (SoundID sound, TileIndex tile)
 
void SndPlayVehicleFx (SoundID sound, const Vehicle *v)
 
void SndPlayFx (SoundID sound)
 
void SndCopyToPool ()
 

Detailed Description

Functions related to sound.

Definition in file sound_func.h.

Function Documentation

◆ ChangeSoundSet()

void ChangeSoundSet ( int  index)

◆ SndCopyToPool()

void SndCopyToPool ( )

Definition at line 155 of file sound.cpp.

◆ SndPlayFx()

void SndPlayFx ( SoundID  sound)

Definition at line 247 of file sound.cpp.

◆ SndPlayTileFx()

void SndPlayTileFx ( SoundID  sound,
TileIndex  tile 
)

Definition at line 227 of file sound.cpp.

◆ SndPlayVehicleFx()

void SndPlayVehicleFx ( SoundID  sound,
const Vehicle v 
)

Definition at line 239 of file sound.cpp.